Click or drag to resize

Coordinate Methods

[This is preliminary documentation and is subject to change.]

The Coordinate type exposes the following members.

Methods
  NameDescription
Public methodEquals(Coordinate)
Indicates whether the current object is equal to another object of the same type.
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Top
Extension Methods
  NameDescription
Public Extension MethodCrossProduct
Calculates the cross product between 2 coordinates (= vectors)
(Defined by ICoordinateExtensions.)
Public Extension MethodMagnitude
Calculates the magnitude (size or length) of a coordinate (= vector), between origin (0,0,0) and the coordinate itself.
(Defined by ICoordinateExtensions.)
Public Extension MethodToGeometryPoint
Convert an ICoordinate to a geometry point
(Defined by ICoordinateExtensions.)
Top
See Also