ICoordinateExtensions Class |
[This is preliminary documentation and is subject to change.]
Namespace: ModelExchanger.AnalysisDataModel.Extensions
public static class ICoordinateExtensions
The ICoordinateExtensions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | CrossProduct |
Calculates the cross product between 2 coordinates (= vectors)
|
![]() ![]() | Magnitude |
Calculates the magnitude (size or length) of a coordinate (= vector), between origin (0,0,0) and the coordinate itself.
|
![]() ![]() | ToGeometryPoint(ICoordinate) |
Convert an ICoordinate to a geometry point
|
![]() ![]() | ToGeometryPoint(IEnumerableICoordinate) |
Convert a collection of ICoordinate to geometry points
|