DriveWorks SDK Reference
5.14.77 Release
For Test and Development only

dwMatrix6f Struct Reference

Detailed Description

Defines a 6x6 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*6].

Definition at line 166 of file MatrixTypes.h.

Public Member Functions

float32_t array[36] __attribute__ ((aligned(16)))
 

Member Function Documentation

◆ __attribute__()

float32_t array[36] dwMatrix6f::__attribute__ ( (aligned(16))  )

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