Click or drag to resize

G3DCoordinateSystemGetPointOnPlane(CSPlaneID, Logical3D) Method

Gets the point on the specified plane at the given logical coordinates.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PointD3D GetPointOnPlane(
	CSPlaneID id,
	Logical3D r
)

Parameters

id  CSPlaneID
The plane identifier.
r  Logical3D
The logical coordinates on the plane.

Return Value

PointD3D
The corresponding point in layer coordinates.
See Also