Table of Contents

Class RotateQuaternion

Namespace
Bonsai.Shaders
Assembly
Bonsai.Shaders.dll

Represents an operator that applies a rotation specified by a quaternion to every transform in the sequence.

public class RotateQuaternion : MatrixTransform
Inheritance
RotateQuaternion
Inherited Members

Constructors

RotateQuaternion()

Initializes a new instance of the RotateQuaternion class.

Properties

Rotation

Gets or sets the quaternion representing the rotation transform.

Methods

CreateTransform(out Matrix4)

Initializes a transform matrix for applying a rotation specified by a quaternion.