Click or drag to resize

HitTestPointDataHitTransformation Property

Transformation that transform the coordinates of the object under test to hit coordinates. It is a hit if in hit coordinates the object touches the ray xhit=0, yhit=0, zhit=-Infinity to +Infinity.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Matrix4x4 HitTransformation { get; }

Property Value

Matrix4x4
See Also