NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwMatrix2f Struct Reference

Detailed Description

Defines a 2x2 matrix of floating point numbers by using only one array.

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

Definition at line 147 of file MatrixTypes.h.

Data Fields

float32_t array [4]
 

Field Documentation

◆ array

float32_t dwMatrix2f::array[4]

Definition at line 150 of file MatrixTypes.h.


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