Skip to main content

Interface: ArrowTipOptions

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

Base options for all arrow tips

Properties

color?

optional color: string

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

Color of the tip. Default: Manim's blue (#58C4DD)


direction?

optional direction: Vector3Tuple

Defined in: mobjects/geometry/ArrowTips.ts:22

Direction the tip points towards (normalized). Default: [1, 0, 0]


fillOpacity?

optional fillOpacity: number

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

Fill opacity from 0 to 1. Default: 0 for unfilled tips


length?

optional length: number

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

Length of the tip along the arrow direction. Default: 0.3


position?

optional position: Vector3Tuple

Defined in: mobjects/geometry/ArrowTips.ts:20

Position at end of line (tip point). Default: [0, 0, 0]


strokeWidth?

optional strokeWidth: number

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

Stroke width in pixels. Default: 4


width?

optional width: number

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

Width of the tip perpendicular to arrow direction. Default: 0.1