Function PointAcrossPolyline

  • Returns the point across a polyline at a given distance. If the distance exceeds the length of the line, the point will be placed at the end of the line.

    Parameters

    • params: {
          distance: number;
          posses: Cartesian3[];
          viewer: Viewer;
      }
      • distance: number
      • posses: Cartesian3[]
      • viewer: Viewer

    Returns {
        point: Cesium.Cartesian3;
    }

    • point: Cesium.Cartesian3

Generated using TypeDoc