cesium-native  0.41.0
CesiumGeometry::AxisAlignedBox Struct Referencefinal

Public Member Functions

constexpr AxisAlignedBox (double minimumX_, double minimumY_, double minimumZ_, double maximumX_, double maximumY_, double maximumZ_) noexcept
 
constexpr bool contains (const glm::dvec3 &position) const noexcept
 

Public Attributes

double minimumX
 The minimum x-coordinate.
 
double minimumY
 The minimum y-coordinate.
 
double minimumZ
 The minimum z-coordinate.
 
double maximumX
 The maximum x-coordinate.
 
double maximumY
 The maximum y-coordinate.
 
double maximumZ
 The maximum z-coordinate.
 
double lengthX
 The length of the box on the x-axis.
 
double lengthY
 The length of the box on the y-axis.
 
double lengthZ
 The length of the box on the z-axis.
 
glm::dvec3 center
 The center of the box.
 

Detailed Description

Definition at line 9 of file AxisAlignedBox.h.


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