Class RotateAxisAngle
Represents an operator that applies a rotation around an arbitrary axis to every transform in the sequence.
public class RotateAxisAngle : MatrixTransform
- Inheritance
-
RotateAxisAngle
- Inherited Members
Properties
- Angle
Gets or sets the angle describing the magnitude of the rotation about the axis.
- Axis
Gets or sets a 3D vector specifying the direction of the axis of rotation.
Methods
- CreateTransform(out Matrix4)
Initializes a transform matrix for applying a rotation around the specified axis.