Click or drag to resize

ExtrudedPolylineTriangulatorComputeSingleConstantAltitudeCartographic Method

Overload List
  NameDescription
Public methodStatic memberComputeSingleConstantAltitudeCartographic(CentralBody, IEnumerableCartographic, Double)
For convenience. Computes an extrusion of positions on the specified centralBody using Cartographic positions. One side of the extrusion has a constant altitude and the other has the original altitudes from positions. Longitude and latitude are in radians, and altitude is in meters. This is equivalent to converting each position in positions to Cartesian and calling ComputeSingleConstantAltitude(CentralBody, IEnumerableCartesian, Double)
Public methodStatic memberComputeSingleConstantAltitudeCartographic(CentralBody, IEnumerableCartographic, Double, WindingOrder)
For convenience. Computes an extrusion of positions on the specified centralBody using Cartographic positions. One side of the extrusion has a constant altitude and the other has the original altitudes from positions. Longitude and latitude are in radians, and altitude is in meters. This is equivalent to converting each position in positions to Cartesian and calling ComputeSingleConstantAltitude(CentralBody, IEnumerableCartesian, Double)
Top
See Also