LibJuno 1.0.1
LibJuno is a lightweight C11 library designed specifically for embedded systems.
Loading...
Searching...
No Matches
JUNO_M3X3_I32_TAG Struct Reference

3×3 matrix of 32-bit integers. More...

#include <juno_vec_types.h>

Data Fields

int32_t mat [3][3]
 

Detailed Description

3×3 matrix of 32-bit integers.

Field Documentation

◆ mat

int32_t JUNO_M3X3_I32_TAG::mat[3][3]

Row-major 3×3 matrix.


The documentation for this struct was generated from the following file: