IGraphicsContext3DPrependTransform Method |
Prepends a transformation matrix.
Namespace: Altaxo.Graph.Graph3D.GraphicsContextAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid PrependTransform(
Matrix4x3 m
)
Parameters
- m Matrix4x3
- The transformation matrix to prepend.
See Also