Click or drag to resize

HostLayerTransformCoordinatesFromRootToHere Method

Transforms coordinates 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 PointD3D TransformCoordinatesFromRootToHere(
	PointD3D pagecoordinates
)

Parameters

pagecoordinates  PointD3D
The coordinates in root space.

Return Value

PointD3D
The coordinates in local layer space.
See Also