Method PointOnBearing
PointOnBearing(IPoint, Double, Double, SpatialContext, IPoint)
Calculates where a destination point is given an origin (from
)
distance, and bearing (given in degrees -- 0-360). If reuse is given, then
this method may Reset(Double, Double) it and return it.
Declaration
IPoint PointOnBearing(IPoint from, double distDEG, double bearingDEG, SpatialContext ctx, IPoint reuse)
Parameters
Type | Name | Description |
---|---|---|
IPoint | from | |
System.Double | distDEG | |
System.Double | bearingDEG | |
SpatialContext | ctx | |
IPoint | reuse |
Returns
Type | Description |
---|---|
IPoint |