Skip to main content

Interface: DecimalMatrixOptions

Defined in: mobjects/matrix/Matrix.ts:593

Options for DecimalMatrix

Extends

Properties

bracketColor?

optional bracketColor: string

Defined in: mobjects/matrix/Matrix.ts:39

Bracket color. Default: WHITE

Inherited from

MatrixOptions.bracketColor


bracketStrokeWidth?

optional bracketStrokeWidth: number

Defined in: mobjects/matrix/Matrix.ts:41

Bracket stroke width. Default: DEFAULT_STROKE_WIDTH

Inherited from

MatrixOptions.bracketStrokeWidth


bracketType?

optional bracketType: BracketType

Defined in: mobjects/matrix/Matrix.ts:31

Type of brackets to use. Default: '[]'

Inherited from

MatrixOptions.bracketType


elementAlignment?

optional elementAlignment: ElementAlignment

Defined in: mobjects/matrix/Matrix.ts:37

Alignment of elements within cells. Default: 'center'

Inherited from

MatrixOptions.elementAlignment


elementColor?

optional elementColor: string

Defined in: mobjects/matrix/Matrix.ts:43

Element color for auto-generated MathTex. Default: WHITE

Inherited from

MatrixOptions.elementColor


fontSize?

optional fontSize: number

Defined in: mobjects/matrix/Matrix.ts:45

Font size for elements. Default: 48

Inherited from

MatrixOptions.fontSize


hBuff?

optional hBuff: number

Defined in: mobjects/matrix/Matrix.ts:35

Horizontal buffer between columns. Default: 1.3

Inherited from

MatrixOptions.hBuff


numDecimalPlaces?

optional numDecimalPlaces: number

Defined in: mobjects/matrix/Matrix.ts:595

Number of decimal places to display. Default: 2


position?

optional position: Vector3Tuple

Defined in: mobjects/matrix/Matrix.ts:47

Position. Default: [0, 0, 0]

Inherited from

MatrixOptions.position


vBuff?

optional vBuff: number

Defined in: mobjects/matrix/Matrix.ts:33

Vertical buffer between rows. Default: 0.8

Inherited from

MatrixOptions.vBuff