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