arcNegative

common
fun arcNegative(xCenterPos: Double, yCenterPos: Double, radius: Double, angle1: Double, angle2: Double)

Adds a circular arc of the given radius to the current path. The arc is centered at (xCenterPos , yCenterPos), begins at angle1 and proceeds in the direction of decreasing angles to end at angle2. If angle2 is greater than angle1 it will be progressively decreased by 2*M_PI until it is less than angle1.

See also

Parameters

xCenterPos

X position of the center of the arc.

yCenterPos

Y position of the center of the arc.

radius

The radius of the arc.

angle1

The start angle in radians.

angle2

The end angle in radians.

linuxArm32
fun arcNegative(xCenterPos: Double, yCenterPos: Double, radius: Double, angle1: Double, angle2: Double)

See also

Parameters

xCenterPos

X position of the center of the arc.

yCenterPos

Y position of the center of the arc.

radius

The radius of the arc.

angle1

The start angle in radians.

angle2

The end angle in radians.

linuxX64
fun arcNegative(xCenterPos: Double, yCenterPos: Double, radius: Double, angle1: Double, angle2: Double)

See also

Parameters

xCenterPos

X position of the center of the arc.

yCenterPos

Y position of the center of the arc.

radius

The radius of the arc.

angle1

The start angle in radians.

angle2

The end angle in radians.