Skip to main content

Interface: ArcBetweenPointsOptions

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

Options for creating an ArcBetweenPoints

Properties

angle?

optional angle: number

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

Arc angle in radians. Default: PI/2


color?

optional color: string

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

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


end

end: Vector3Tuple

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

End point of the arc


start

start: Vector3Tuple

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

Start point of the arc


strokeWidth?

optional strokeWidth: number

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

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