Click or drag to resize

G3DCoordinateSystemGetPointOnPlane(CSPlaneID, Double, Double) 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,
	double logicalFirstOther,
	double logicalSecondOther
)

Parameters

id  CSPlaneID
The plane identifier.
logicalFirstOther  Double
The first logical coordinate on the plane.
logicalSecondOther  Double
The second logical coordinate on the plane.

Return Value

PointD3D
The corresponding point in layer coordinates.
See Also