TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

struct Tinman.Math.Mat2

Short Name:
  • struct Mat2
Fields:

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

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

Fields

The following table lists all fields of this config type.

Field Type Constraint Default
required elements number[]    

The matrix elements, in row-major order.