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