Interface: BraceBetweenPointsOptions
Defined in: mobjects/svg/Brace.ts:29
Options for creating a BraceBetweenPoints
Properties
buff?
optionalbuff:number
Defined in: mobjects/svg/Brace.ts:37
Buffer distance. Default: 0.2
color?
optionalcolor:string
Defined in: mobjects/svg/Brace.ts:39
Stroke color as CSS color string. Default: WHITE
direction?
optionaldirection: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?
optionalsharpness: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?
optionalstrokeWidth:number
Defined in: mobjects/svg/Brace.ts:41
Stroke width in pixels. Default: 4