DriveWorks SDK Reference
5.14.77 Release
For Test and Development only

dwVector4ui Struct Reference

Detailed Description

Defines a four-element unsigned-integer vector.

Definition at line 121 of file MatrixTypes.h.

Public Member Functions

uint32_t x __attribute__ ((aligned(16)))
 

Data Fields

uint32_t w
 
uint32_t y
 
uint32_t z
 

Member Function Documentation

◆ __attribute__()

uint32_t x dwVector4ui::__attribute__ ( (aligned(16))  )

Field Documentation

◆ w

uint32_t dwVector4ui::w

Definition at line 126 of file MatrixTypes.h.

◆ y

uint32_t dwVector4ui::y

Definition at line 124 of file MatrixTypes.h.

◆ z

uint32_t dwVector4ui::z

Definition at line 125 of file MatrixTypes.h.


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