Interface: ArrowOptions
Defined in: mobjects/geometry/Arrow.ts:9
Options for creating an Arrow
Properties
color?
optionalcolor:string
Defined in: mobjects/geometry/Arrow.ts:15
Stroke color as CSS color string. Default: WHITE (#FFFFFF)
end?
optionalend:Vector3Tuple
Defined in: mobjects/geometry/Arrow.ts:13
End point of the arrow (where the tip points). Default: [1, 0, 0]
start?
optionalstart:Vector3Tuple
Defined in: mobjects/geometry/Arrow.ts:11
Start point of the arrow. Default: [0, 0, 0]
strokeWidth?
optionalstrokeWidth:number
Defined in: mobjects/geometry/Arrow.ts:17
Stroke width in pixels. Default: 4 (Manim's default)
tipLength?
optionaltipLength:number
Defined in: mobjects/geometry/Arrow.ts:19
Length of the arrowhead tip. Default: 0.3
tipWidth?
optionaltipWidth:number
Defined in: mobjects/geometry/Arrow.ts:21
Width of the arrowhead base. Default: 0.1