public class Matrix extends ColladaElement
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.
Constructor and Description |
---|
Matrix() |
Modifier and Type | Method and Description |
---|---|
String |
getSid()
Gets or sets the sid.
|
String |
getText()
Gets or sets the value as float4x4 text.
|
void |
setSid(String value)
Gets or sets the sid.
|
void |
setText(String value)
Gets or sets the value as float4x4 text.
|
public final String getSid()
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.
public final void setSid(String value)
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.
public final String getText()
Gets or sets the value as float4x4 text.
public final void setText(String value)
Gets or sets the value as float4x4 text.