A 3d point.

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

Syntax

C#
public class Point : IComparable<Point>
Visual Basic (Declaration)
Public Class Point _
	Implements IComparable(Of Point)
Visual C++
public ref class Point : IComparable<Point^>

Remarks

A 3d point is defined by three coordinates (x, y, z)

Inheritance Hierarchy

System..::.Object
  ceometric.VectorGeometry..::.Point

See Also