JME - Application Documentation
    Preparing search index...
    • Concatenates all segment point arrays from a route into a single flat array. Carefully avoids duplicating the shared boundary point between adjacent segments — if the first point of a new segment equals the last point of the previous one, it is skipped.

      Parameters

      • route: Route

        The route whose points should be extracted.

      Returns Tuple3[]

      A flat array of all 3-D points in the route, in order.