HitTestPointDataGetHitTransformationWithAdditionalTransformation Method |
Gets the transformation of this item plus an additional transformation. Both together transform world coordinates to page coordinates.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Matrix4x4 GetHitTransformationWithAdditionalTransformation(
Matrix4x3 additionalTransformation
)
Parameters
- additionalTransformation Matrix4x3
- The additional transformation matrix.
Return Value
Matrix4x4[Missing <returns> documentation for "M:Altaxo.Graph.Graph3D.HitTestPointData.GetHitTransformationWithAdditionalTransformation(Altaxo.Geometry.Matrix4x3)"]
See Also