Click or drag to resize

Logical3DGetCoordinate Method

Returns the coordinate with index idx.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double GetCoordinate(
	int idx
)

Parameters

idx  Int32
Number of the coordinate.

Return Value

Double
If idx is 0, 1, or 2, then RX, RY, or RZ is returned, respectively. Otherwise an ArgumentOutOfRangeException is thrown.
See Also