NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwVector4f Struct Reference

Detailed Description

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

Definition at line 96 of file MatrixTypes.h.

Data Fields

float32_t x
 
float32_t y
 
float32_t z
 
float32_t w
 

Field Documentation

◆ w

float32_t dwVector4f::w

Definition at line 102 of file MatrixTypes.h.

◆ x

float32_t dwVector4f::x

Definition at line 99 of file MatrixTypes.h.

◆ y

float32_t dwVector4f::y

Definition at line 100 of file MatrixTypes.h.

◆ z

float32_t dwVector4f::z

Definition at line 101 of file MatrixTypes.h.


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