CoordinateTransform Class |
Namespace: DHI.Mike1D.Generic.Spatial
public static class CoordinateTransform
Name | Description | |
---|---|---|
ConvertFromLocalSystem(Coordinate, Vector, ICoordinate) |
Converting the coordinate from the local coordinate system to the
global one, where the local system is defined by the provided origin and x-axis vector.
It is assumed that the y-axis is in counter-clockwise direction to x | |
ConvertFromLocalSystem(Coordinate, Vector, IListCoordinate, ListCoordinate) |
Convert a list of coordinates from the local coordinate system to the global coordinate system.
| |
ConvertToLocalSystem(Coordinate, Vector, ICoordinate) |
Converting the coordinate from the global coordinate system to the
local one, with the provided origin and x-axis vector.
It is assumed that the y-axis is in counter-clockwise direction to x | |
ConvertToLocalSystem(Coordinate, Vector, IListCoordinate, ListCoordinate) |
Convert a list of coordinates to the local coordinate system.
|