Interface: MatrixOptions
Defined in: mobjects/matrix/Matrix.ts:29
Options for creating a Matrix mobject
Extended by
Properties
bracketColor?
optionalbracketColor:string
Defined in: mobjects/matrix/Matrix.ts:39
Bracket color. Default: WHITE
bracketStrokeWidth?
optionalbracketStrokeWidth:number
Defined in: mobjects/matrix/Matrix.ts:41
Bracket stroke width. Default: DEFAULT_STROKE_WIDTH
bracketType?
optionalbracketType:BracketType
Defined in: mobjects/matrix/Matrix.ts:31
Type of brackets to use. Default: '[]'
elementAlignment?
optionalelementAlignment:ElementAlignment
Defined in: mobjects/matrix/Matrix.ts:37
Alignment of elements within cells. Default: 'center'
elementColor?
optionalelementColor:string
Defined in: mobjects/matrix/Matrix.ts:43
Element color for auto-generated MathTex. Default: WHITE
fontSize?
optionalfontSize:number
Defined in: mobjects/matrix/Matrix.ts:45
Font size for elements. Default: 48
hBuff?
optionalhBuff:number
Defined in: mobjects/matrix/Matrix.ts:35
Horizontal buffer between columns. Default: 1.3
position?
optionalposition:Vector3Tuple
Defined in: mobjects/matrix/Matrix.ts:47
Position. Default: [0, 0, 0]
vBuff?
optionalvBuff:number
Defined in: mobjects/matrix/Matrix.ts:33
Vertical buffer between rows. Default: 0.8