Click or drag to resize

ICoordinateExtensions Class

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

Defines extensions for ICoordinate
Inheritance Hierarchy
SystemObject
  ModelExchanger.AnalysisDataModel.ExtensionsICoordinateExtensions

Namespace:  ModelExchanger.AnalysisDataModel.Extensions
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public static class ICoordinateExtensions

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