PolyJoinType

    Geometry2D.swift:43
    enum PolyJoinType

    Cases

    • case square

      Squaring is applied uniformally at all convex edge joins at 1 * delta.

    • case round

      While flattened paths can never perfectly trace an arc, they are approximated by a series of arc chords.

    • case miter

      There’s a necessary limit to mitered joins since offsetting edges that join at very acute angles will produce excessively long and narrow “spikes”. For any given edge join, when miter offsetting would exceed that maximum distance, “square” joining is applied.

    Other members in extension

    View members

    Hide members

    This section is hidden by default because it contains too many (27) members.

    Types

    Type members

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features