public bool ToPlane(const GeodeticPoint &inputPoint,
ProjectedPoint &outputPoint) const
Description
The ToPlane method applies this Projection to the specified GeodeticPoint to produce the corresponding ProjectedPoint. The method takes two arguments, the first of which is the GeodeticPoint to be projected, and the second of which is the ProjectedPoint that will hold the result. The method returns a boolean value indicating the success of the operation.
Comments
0 comments
Please sign in to leave a comment.