Skip to main content

Interface: BraceAnnotationOptions

Defined in: mobjects/probability/SampleSpace.ts:65

Options for adding braces and labels to the sample space

Properties

braceColor?

optional braceColor: string

Defined in: mobjects/probability/SampleSpace.ts:71

Color for the braces. Default: WHITE


buff?

optional buff: number

Defined in: mobjects/probability/SampleSpace.ts:75

Buffer distance from the partition edge. Default: 0.15


direction?

optional direction: Vector3Tuple

Defined in: mobjects/probability/SampleSpace.ts:67

Direction for the brace. Default: DOWN


fontSize?

optional fontSize: number

Defined in: mobjects/probability/SampleSpace.ts:69

Font size for brace labels. Default: 24


labelColor?

optional labelColor: string

Defined in: mobjects/probability/SampleSpace.ts:73

Color for the labels. Default: WHITE