Skip to main content

Type Alias: Matrix2D

Matrix2D = [[number, number], [number, number]]

Defined in: core/LinearTransformationScene.ts:40

Matrix type for 2D linear transformations. Represented as [[a, b], [c, d]] where the matrix is: | a b | | c d |