Mat2

Description

Name

struct Tinman.Math.Mat2

A 2x2 matrix with 64-bit floating-point precision.

/            \
|  M11  M12  |
|  M21  M22  |
\            /

Fields / Required

elements

Type

number[]

The matrix elements, in row-major order.