LineJointMode

    Line2D.swift:24
    enum LineJointMode

    Cases

    • case sharp

      Makes the polyline’s joints pointy, connecting the sides of the two segments by extending them until they intersect. If the rotation of a joint is too big (based on sharpLimit), the joint falls back to .lineJointBevel to prevent very long miters.

    • case bevel

      Makes the polyline’s joints bevelled/chamfered, connecting the sides of the two segments with a simple line.

    • case round

      Makes the polyline’s joints rounded, connecting the sides of the two segments with an arc. The detail of this arc depends on roundPrecision.

    Other members in extension

    View members

    Hide members

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

    Types

    Type members

    Instance members

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features