The global coordinate system.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.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).