Table of Contents

Class ExtractScale

Namespace
Bonsai.Shaders
Assembly
Bonsai.Shaders.dll

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

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

Methods

Process(IObservable<Matrix4>)

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