FullControl JS
    Preparing search index...

    Function variable_arcXY

    • Generates a complex arc whose radius and Z height vary steadily over the sweep.

      Useful for drawing transition shapes like the sloped ramps in a spiral vase mode.

      Parameters

      • centre: Point

        The central origin metric.

      • start_radius: number

        Initial radius at start_angle.

      • start_angle: number

        Entering polar angle.

      • arc_angle: number

        The total sweep angle radially.

      • segments: number = 100

        Polygon resolution.

      • radius_change: number = 0

        The total linear delta applied to radius over the sweep length.

      • z_change: number = 0

        The total vertical delta applied to Z over the sweep length.

      Returns Point[]

      Array of Points defining a fully transitional 3D arc.