Skip to main content

Interface: ArcOptions

Defined in: mobjects/geometry/Arc.ts:8

Options for creating an Arc

Properties

angle?

optional angle: number

Defined in: mobjects/geometry/Arc.ts:14

Arc angle (span) in radians. Default: PI/2


center?

optional center: Vector3Tuple

Defined in: mobjects/geometry/Arc.ts:22

Center position. Default: [0, 0, 0]


color?

optional color: string

Defined in: mobjects/geometry/Arc.ts:16

Stroke color as CSS color string. Default: Manim's blue (#58C4DD)


numComponents?

optional numComponents: number

Defined in: mobjects/geometry/Arc.ts:20

Number of Bezier segments for approximation. Default: 8


radius?

optional radius: number

Defined in: mobjects/geometry/Arc.ts:10

Radius of the arc. Default: 1


startAngle?

optional startAngle: number

Defined in: mobjects/geometry/Arc.ts:12

Start angle in radians. Default: 0


strokeWidth?

optional strokeWidth: number

Defined in: mobjects/geometry/Arc.ts:18

Stroke width in pixels. Default: 4 (Manim's default)