Interface: ArcBetweenPointsOptions
Defined in: mobjects/geometry/ArcBetweenPoints.ts:8
Options for creating an ArcBetweenPoints
Properties
angle?
optionalangle:number
Defined in: mobjects/geometry/ArcBetweenPoints.ts:14
Arc angle in radians. Default: PI/2
color?
optionalcolor: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?
optionalstrokeWidth:number
Defined in: mobjects/geometry/ArcBetweenPoints.ts:18
Stroke width in pixels. Default: 4 (Manim's default)