iink-ts - v3.3.2
    Preparing search index...

    Function calculateEllipseArcPoints

    • Calculate ellipse arc points

      Parameters

      • centerPoint: TPoint

        Center of the ellipse

      • maxRadius: number

        Maximum radius (semi-major axis)

      • minRadius: number

        Minimum radius (semi-minor axis)

      • orientation: number

        Rotation of the ellipse

      • startAngle: number

        Starting angle

      • sweepAngle: number

        Sweep angle

      • angleStep: number = 0.02

        Step size for calculations

      Returns TPoint[]

      Array of points along the ellipse arc