Transform.Basis
Description:
Defines the basis of the old coordinate system in the new coordinate system.
Defines the basis of the old coordinate system in the new coordinate system.
Remarks:
This corresponds to the first three column vectors of the conventional 3x4 matrix representation.
This corresponds to the first three column vectors of the conventional 3x4 matrix representation.
public XYZ this[
int idx
] { get; set; }
-
Int32idxThe index of the basis vector: 0, 1 or 2.
-
Thrown when the given index is larger than 2 in the getter and setter.
-
Thrown when the transform is internally marked as read-only.