DriveWorks SDK Reference
5.14.77 Release
For Test and Development only

dwVector4f Struct Reference

Detailed Description

Defines a four-element single-precision floating point vector.

Definition at line 95 of file MatrixTypes.h.

Public Member Functions

float32_t__attribute__ ((aligned(16)))
 

Data Fields

float32_t w
 
float32_t y
 
float32_t z
 

Member Function Documentation

◆ __attribute__()

float32_t x dwVector4f::__attribute__ ( (aligned(16))  )

Field Documentation

◆ w

float32_t dwVector4f::w

Definition at line 100 of file MatrixTypes.h.

◆ y

float32_t dwVector4f::y

Definition at line 98 of file MatrixTypes.h.

◆ z

float32_t dwVector4f::z

Definition at line 99 of file MatrixTypes.h.


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