Skip to main content

Interface: TangentialArcOptions

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

Options for creating a TangentialArc

Properties

angle?

optional angle: number

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

Arc angle in radians. Default: PI/2


color?

optional color: string

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

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


direction?

optional direction: Vector3Tuple

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

Direction at the start point (tangent direction). Default: [1, 0, 0]


numComponents?

optional numComponents: number

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

Number of Bezier segments for approximation. Default: 8


radius?

optional radius: number

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

Radius of the arc. Default: 1


start?

optional start: Vector3Tuple

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

Start point of the arc. Default: [0, 0, 0]


strokeWidth?

optional strokeWidth: number

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

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