Table of Contents

Class ExtractTranslation

Namespace
Bonsai.Shaders
Assembly
Bonsai.Shaders.dll

Represents an operator that returns the translation component of every matrix in the sequence.

public class ExtractTranslation : Transform<Matrix4, Vector3>
Inheritance
ExtractTranslation
Inherited Members

Methods

Process(IObservable<Matrix4>)

Returns the translation component of every 4x4 matrix in an observable sequence.