Interface: ArrowTipOptions
Defined in: mobjects/geometry/ArrowTips.ts:8
Base options for all arrow tips
Properties
color?
optionalcolor:string
Defined in: mobjects/geometry/ArrowTips.ts:14
Color of the tip. Default: Manim's blue (#58C4DD)
direction?
optionaldirection:Vector3Tuple
Defined in: mobjects/geometry/ArrowTips.ts:22
Direction the tip points towards (normalized). Default: [1, 0, 0]
fillOpacity?
optionalfillOpacity:number
Defined in: mobjects/geometry/ArrowTips.ts:18
Fill opacity from 0 to 1. Default: 0 for unfilled tips
length?
optionallength:number
Defined in: mobjects/geometry/ArrowTips.ts:10
Length of the tip along the arrow direction. Default: 0.3
position?
optionalposition:Vector3Tuple
Defined in: mobjects/geometry/ArrowTips.ts:20
Position at end of line (tip point). Default: [0, 0, 0]
strokeWidth?
optionalstrokeWidth:number
Defined in: mobjects/geometry/ArrowTips.ts:16
Stroke width in pixels. Default: 4
width?
optionalwidth:number
Defined in: mobjects/geometry/ArrowTips.ts:12
Width of the tip perpendicular to arrow direction. Default: 0.1