clipPolylineWithPolygon(polyline:polygon:)

    Clips polyline against polygon and returns an array of clipped polylines. This performs .operationDifference between the polyline and the polygon. This operation can be thought of as cutting a line with a closed shape.

    Geometry2D.swift:829
    static func clipPolylineWithPolygon(polyline: PackedVector2Array, polygon: PackedVector2Array) -> VariantCollection<PackedVector2Array>

    Other members in extension

    Types

    Type members