Class Matrix
Contents
[
Hide
]Matrix class
The matrix. Matrix transformations embody mathematical changes to points within a coordinate systems or the coordinate system itself. The matrix element contains a 4-by-4 matrix of floating-point values.
public class Matrix : ColladaElement
Constructors
| Name | Description |
|---|---|
| Matrix() | The default constructor. |
Properties
| Name | Description |
|---|---|
| Sid { get; set; } | Gets or sets the sid. The sid attribute is a text string value containing the sub-identifier of this element. This value must be unique within the scope of the parent element. Optional attribute. |
| Text { get; set; } | Gets or sets the value as float4x4 text. |
See Also
- class ColladaElement
- namespace Aspose.CAD.FileFormats.Collada.FileParser.Elements
- assembly Aspose.CAD