Click or drag to resize

G2DCoordinateSystemGetUntransformedAxisPlaneVector Method

Gets the untransformed perpendicular vector of the specified plane.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static VectorD2D GetUntransformedAxisPlaneVector(
	CSPlaneID id
)

Parameters

id  CSPlaneID
The plane identifier.

Return Value

VectorD2D
The untransformed perpendicular vector.
See Also