Table of Contents

Class CreateQuaternionRotation

Namespace
Bonsai.Shaders
Assembly
Bonsai.Shaders.dll

Represents an operator that creates a rotation matrix from a quaternion representation.

public class CreateQuaternionRotation : Source<Matrix4>
Inheritance
CreateQuaternionRotation
Inherited Members

Properties

Rotation

Gets or sets the quaternion representing the rotation transform.

Methods

Generate()

Generates an observable sequence that returns a rotation matrix corresponding to the specified quaternion.

Generate<TSource>(IObservable<TSource>)

Generates an observable sequence of rotation matrices from the specified quaternion, where each Matrix4 object is emitted only when an observable sequence emits a notification.