Click or drag to resize

HostLayerTransformationFromRootToHere Method

Gets the transformation matrix from the root layer into this layer.

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

Return Value

Matrix4x3
The accumulated transformation matrix.
See Also