Skip to main content

Interface: BraceBetweenPointsOptions

Defined in: mobjects/svg/Brace.ts:29

Options for creating a BraceBetweenPoints

Properties

buff?

optional buff: number

Defined in: mobjects/svg/Brace.ts:37

Buffer distance. Default: 0.2


color?

optional color: string

Defined in: mobjects/svg/Brace.ts:39

Stroke color as CSS color string. Default: WHITE


direction?

optional direction: Vector3Tuple

Defined in: mobjects/svg/Brace.ts:35

Direction perpendicular to the line between points. Default: computed from points


end

end: Vector3Tuple

Defined in: mobjects/svg/Brace.ts:33

End point of the brace


sharpness?

optional sharpness: number

Defined in: mobjects/svg/Brace.ts:43

Sharpness of the brace tip (0-1). Default: 2


start

start: Vector3Tuple

Defined in: mobjects/svg/Brace.ts:31

Start point of the brace


strokeWidth?

optional strokeWidth: number

Defined in: mobjects/svg/Brace.ts:41

Stroke width in pixels. Default: 4