Click or drag to resize

G3DCartesicCoordinateSystemGetTransformedAxisLineVector Method

Gets the axis line vector. This is a vector pointing from the origin to the axis line, when the layer is assumed to be a square of 2x2x2 size, centered at the origin. Thus the returned vector has one member set to zero, and the other two members set either to +1 or -1.

Namespace: Altaxo.Graph.Graph3D.CS
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public VectorD3D GetTransformedAxisLineVector(
	CSLineID id
)

Parameters

id  CSLineID
The identifier.

Return Value

VectorD3D
Axis line vector (transformed, thus taking into account the properties for reversing and exchanging of axes).
See Also