Click or drag to resize

G3DCartesicCSController(G3DCartesicCoordinateSystem) Constructor

Initializes a new instance of the G3DCartesicCSController class.

Namespace: Altaxo.Gui.Graph.Graph3D.CS
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public G3DCartesicCSController(
	G3DCartesicCoordinateSystem doc
)

Parameters

doc  G3DCartesicCoordinateSystem
The coordinate system document.
See Also