HitTestPointDataWorldTransformation Property |
Transformation that transforms the coordinates under test to world coordinates (i.e. to the graph's root layer coordinates).
Upon construction this is the identity matrix. As this hit data is distributed to leaf elements, the transformation is updates,
for instance by the local transformations of the layers. Intended to use for construction of the IObjectOutline objects that indicate the hitted object.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Matrix4x3 WorldTransformation { get; }
Property Value
Matrix4x3See Also