A 3d Cartesian coordinate system.

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

Syntax

C#
public class CoordinateSystem
Visual Basic (Declaration)
Public Class CoordinateSystem
Visual C++
public ref class CoordinateSystem

Remarks

A coordinate system consists of
  • a 3d origin point and
  • three linearly independent 3d basis vectors.
The coordinate system is used to define coordinate transformations.

Inheritance Hierarchy

System..::.Object
  ceometric.VectorGeometry..::.CoordinateSystem

See Also