Computes a coordinate a given distance along a vector that is defined by a starting (x, y) coordinate and an azimuth (Angle with respect to North).
- Parameters:
-
xStart | (double) The x value in coordinate system units of the starting coordinate. |
yStart | (double) The y value in coordinate system units of the starting coordinate. |
azimuth | (double) An azimuth (Angle with respect to the North) that defines the direction of the vector. |
distance | (double) The distance along the vector to the desired coordinate in meters. |
- Returns:
- An MgCoordinate that lies the given distance along the vector.