Click or drag to resize

G3DCoordinateSystemGetLogicalDirection Method

Gets the logical direction to the sides of an axis.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Logical3D GetLogicalDirection(
	int parallelAxisNumber,
	CSAxisSide side
)

Parameters

parallelAxisNumber  Int32
Number of the axis (0: X, 1: Y, 2: Z).
side  CSAxisSide
Designates the sides of the axis.

Return Value

Logical3D
The logical direction to the given side. The returned vector is normalized.
See Also