Table of Contents

Class CreateRotationZ

Namespace
Bonsai.Shaders
Assembly
Bonsai.Shaders.dll

Represents an operator that creates a rotation matrix for a rotation about the z-axis.

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

Properties

Angle

Gets or sets the angle describing the magnitude of the rotation about the z-axis.

Methods

Generate()

Generates an observable sequence that returns a rotation matrix for a rotation with the specified angle about the z-axis.

Generate<TSource>(IObservable<TSource>)

Generates an observable sequence of rotation matrices for a rotation with the specified angle about the z-axis, where each Matrix4 object is emitted only when an observable sequence emits a notification.