Matrix3x3PrependTransform Method |
Prepends a transformation matrix a to this matrix.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void PrependTransform(
Matrix3x3 a
)
Parameters
- a Matrix3x3
- The matrix to prepend.
See Also