Class CreateScale
Represents an operator that creates a scale matrix.
public class CreateScale : Source<Matrix4>
- Inheritance
-
CreateScale
- Inherited Members
Properties
- X
Gets or sets the scale factor for the x-axis.
- Y
Gets or sets the scale factor for the y-axis.
- Z
Gets or sets the scale factor for the z-axis.
Methods
- Generate()
Generates an observable sequence that returns a scale matrix.
- Generate<TSource>(IObservable<TSource>)
Generates an observable sequence of scale matrices, where each Matrix4 object is emitted only when an observable sequence emits a notification.