Table of Contents

Class MatrixTransform

Namespace
Bonsai.Shaders
Assembly
Bonsai.Shaders.dll

Provides an abstract base class for operators specifying cumulative matrix transform operations.

public abstract class MatrixTransform : Transform<Matrix4, Matrix4>
Inheritance
MatrixTransform
Derived
Inherited Members

Properties

Order

Gets or sets a value specifying the order of relative matrix transform operations.

Methods

CreateTransform(out Matrix4)

When overridden in a derived class, initializes the matrix transform that should be combined with each element in the sequence.

Process(IObservable<Matrix4>)

Performs a relative matrix transform operation on each matrix in an observable sequence.