ProjectPosition(Double, Double, Double, Double)
Description:
Construct a new ProjectPosition with the specified East/West offset, North/South offset, elevation offset, and angle of rotation.
Construct a new ProjectPosition with the specified East/West offset, North/South offset, elevation offset, and angle of rotation.
Remarks:
The angle parameter must be in the range of -PI to PI. If the parameter value is outside that range, it will be shifted by 2*PI until it falls into range.
The angle parameter must be in the range of -PI to PI. If the parameter value is outside that range, it will be shifted by 2*PI until it falls into range.
Overloads (2):
public ProjectPosition(
double ew,
double ns,
double elevation,
double angle
)
-
DoubleewEast/West offset
-
DoublensNorth/South offset
-
DoubleelevationElevation offset
-
DoubleangleRotation from true north, in radians