PINE LIBRARY

Vector2FunctionClip

2 376
Library "Vector2FunctionClip"
Sutherland-Hodgman polygon clipping algorithm.
reference:
.
rosettacode.org/wiki/Sutherland-Hodgman_polygon_clipping
.

clip(source, reference)
  Perform Clip operation on a vector with another.
  Parameters:
    source: array<Vector2> . Source polygon to be clipped.
    reference: array<Vector2> . Reference polygon to clip source.
  Returns: array<Vector2>.

Disclaimer

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.