Class Translate
Represents an operator that applies a translation along the specified axes to every transform in the sequence.
public class Translate : MatrixTransform
- Inheritance
-
Translate
- Inherited Members
Properties
- X
Gets or sets the translation along the x-axis.
- Y
Gets or sets the translation along the y-axis.
- Z
Gets or sets the translation along the z-axis.
Methods
- CreateTransform(out Matrix4)
Initializes a transform matrix for applying a translation along the specified axes.