NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwBbox2Df Struct Reference

Detailed Description

Defines an AABB bounding box 2D.

An AABB bounding box as known as axis-aligned bounding box is simply a rectangle whose lines 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 122 of file GeometricTypes.h.

Collaboration diagram for dwBbox2Df:

Data Fields

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

Field Documentation

◆ aa

dwVector2f dwBbox2Df::aa

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

Definition at line 124 of file GeometricTypes.h.

◆ bb

dwVector2f dwBbox2Df::bb

Point BB, opposite vertex of AA.

Definition at line 125 of file GeometricTypes.h.


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