HitTestPointData(Matrix4x4) Constructor |
Constructor.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public HitTestPointData(
Matrix4x4 transformation
)
Parameters
- transformation Matrix4x4
- The original hit ray matrix. Usually obtained using the mouse coordinates and the camera settings.
See Also