Click or drag to resize

HostLayerTransformCoordinatesFromHereToRoot Method

Transforms coordinates from this layer into the root layer.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PointD3D TransformCoordinatesFromHereToRoot(
	PointD3D coordinates
)

Parameters

coordinates  PointD3D
The coordinates in local layer space.

Return Value

PointD3D
The coordinates in root space.
See Also