Interface: BraceOptions
Defined in: mobjects/svg/Brace.ts:13
Options for creating a Brace
Extended by
Properties
buff?
optionalbuff:number
Defined in: mobjects/svg/Brace.ts:17
Buffer distance from the mobject. Default: 0.2
color?
optionalcolor:string
Defined in: mobjects/svg/Brace.ts:19
Stroke color as CSS color string. Default: WHITE
direction?
optionaldirection:Vector3Tuple
Defined in: mobjects/svg/Brace.ts:15
Direction to place the brace relative to the mobject. Default: DOWN
sharpness?
optionalsharpness:number
Defined in: mobjects/svg/Brace.ts:23
Sharpness of the brace tip (0-1). Default: 2
strokeWidth?
optionalstrokeWidth:number
Defined in: mobjects/svg/Brace.ts:21
Stroke width in pixels. Default: 4