Matrix4x4WithPrependedTransformation Method |
Returns a new matrix based on the current matrix, but onto which another transformation was prepended.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Matrix4x4 WithPrependedTransformation(
Matrix4x3 l
)
Parameters
- l Matrix4x3
- The matrix to prepend.
Return Value
Matrix4x4New matrix based on the current matrix, but onto which another transformation was prepended.
See Also