FullControl JS
    Preparing search index...

    Function ramp_polar

    • Linearly interpolates a polar spatial change across an array of points.

      Parameters

      • list: Point[]

        The array of Points to modify.

      • centre: Point

        The origin point used for polar reference.

      • radius_change: number = 0

        Total cumulative radial delta applied by the end.

      • angle_change: number = 0

        Total cumulative angular delta applied by the end.

      Returns Point[]

      The modified array of Points.