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