ICoordinate Interface |
[This is preliminary documentation and is subject to change.]
Namespace: ModelExchanger.Shared.Models.Interfaces
public interface ICoordinate
The ICoordinate type exposes the following members.
Name | Description | |
---|---|---|
CrossProduct |
Calculates the cross product between 2 coordinates (= vectors)
(Defined by ICoordinateExtensions.) | |
Magnitude |
Calculates the magnitude (size or length) of a coordinate (= vector), between origin (0,0,0) and the coordinate itself.
(Defined by ICoordinateExtensions.) | |
ToGeometryPoint |
Convert an ICoordinate to a geometry point
(Defined by ICoordinateExtensions.) |