NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwBbox3Df Struct Reference

Detailed Description

Defines an AABB bounding box 3D.

An AABB bounding box as known as axis-aligned bounding box is simply a rectangular parallelepiped whose faces are each perpendicular to one of the basis vectors. Use 2 opposite vertices(AA and BB) to define the AABB bounding box since it's axis-aligned.

Definition at line 109 of file GeometricTypes.h.

Collaboration diagram for dwBbox3Df:

Data Fields

dwVector3f aa
 Point AA, one of vertices of a AABB bounding box. More...
 
dwVector3f bb
 Point BB, opposite vertex of AA. More...
 

Field Documentation

◆ aa

dwVector3f dwBbox3Df::aa

Point AA, one of vertices of a AABB bounding box.

Definition at line 111 of file GeometricTypes.h.

◆ bb

dwVector3f dwBbox3Df::bb

Point BB, opposite vertex of AA.

Definition at line 112 of file GeometricTypes.h.


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