Click or drag to resize

G3DCartesicCoordinateSystemWithXReversed Method

Returns a copy of this coordinate system with the specified x-axis direction.

Namespace: Altaxo.Graph.Graph3D.CS
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public G3DCartesicCoordinateSystem WithXReversed(
	bool isXreversed
)

Parameters

isXreversed  Boolean
If set to true, the x-axis is reversed.

Return Value

G3DCartesicCoordinateSystem
The existing instance if nothing changes; otherwise, a modified copy.
See Also