EllipsoidGeodesicSurfaceMotion Method (Double) |
Converts the motion given in terms of motion on the geodesic curve to motion of the surface point.
Namespace:
AGI.Foundation.Geometry.Shapes
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Cartesian SurfaceMotion(
double distance
)
Public Function SurfaceMotion (
distance As Double
) As Cartesian
public:
Cartesian SurfaceMotion(
double distance
)
member SurfaceMotion :
distance : float -> Cartesian
Parameters
- distance
- Type: SystemDouble
The distance from the initial point to the point of interest along the geodesic.
Return Value
Type:
CartesianThe distance from the initial point to the location of the surface point.
See Also