Click or drag to resize

HitTestPointDataGetHitTransformationWithAdditionalTransformation Method

Gets the hit transformation with an additional transformation prepended.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Matrix4x4 GetHitTransformationWithAdditionalTransformation(
	Matrix4x3 additionalTransformation
)

Parameters

additionalTransformation  Matrix4x3
The additional transformation matrix.

Return Value

Matrix4x4
The combined hit transformation.
See Also