Table of Contents

Class CreateMatrix4x2

Namespace
Bonsai.Shaders
Assembly
Bonsai.Shaders.dll

Represents an operator that creates a 4x2 matrix.

public class CreateMatrix4x2 : Source<Matrix4x2>
Inheritance
CreateMatrix4x2
Inherited Members

Properties

Row0

Gets or sets the top row of the matrix.

Row1

Gets or sets the second row of the matrix.

Row2

Gets or sets the third row of the matrix.

Row3

Gets or sets the bottom row of the matrix.

Methods

Generate()

Generates an observable sequence that contains a single 4x2 matrix with the specified rows.

Generate<TSource>(IObservable<TSource>)

Generates an observable sequence of 4x2 matrices with the specified rows, and where each Matrix4x2 object is emitted only when an observable sequence emits a notification.