Click or drag to resize

ICoordinateExtensions Methods

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

The ICoordinateExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCrossProduct
Calculates the cross product between 2 coordinates (= vectors)
Public methodStatic memberMagnitude
Calculates the magnitude (size or length) of a coordinate (= vector), between origin (0,0,0) and the coordinate itself.
Public methodStatic memberToGeometryPoint(ICoordinate)
Convert an ICoordinate to a geometry point
Public methodStatic memberToGeometryPoint(IEnumerableICoordinate)
Convert a collection of ICoordinate to geometry points
Top
See Also