Matrix4x3TranslatePrepend Method |
Prepends a translate transformation to this matrix.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void TranslatePrepend(
double x,
double y,
double z
)
Parameters
- x Double
- The x component of translation.
- y Double
- The y component of translation.
- z Double
- The z component of translation.
See Also