The global coordinate system.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public static CoordinateSystem Global()
Visual Basic (Declaration)
Public Shared Function Global As CoordinateSystem
Visual C++
public:
static CoordinateSystem^ Global()

Return Value

Returns the global coordinate system.

Remarks

The the origin of the global coordinate system is at (0,0,0). Its basis vectors are the unit vectors (1,0,0), (0,1,0) and (0,0,1).

See Also