NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwMatrix34f Struct Reference

Detailed Description

Defines a 3x4 matrix of floating point numbers (column major) by using only one array.

To access an element of the matrix: item(row,col) = _array[row + col*4].

Definition at line 189 of file MatrixTypes.h.

Data Fields

float32_t array [12]
 

Field Documentation

◆ array

float32_t dwMatrix34f::array[12]

Definition at line 192 of file MatrixTypes.h.


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