CCCoreLib 31 May 2022
CloudCompare Core algorithms
Public Member Functions | Public Attributes | List of all members
CCCoreLib::AABB< T > Struct Template Reference

Simple axis aligned box structure. More...

#include <RayAndBox.h>

Collaboration diagram for CCCoreLib::AABB< T >:
Collaboration graph
[legend]

Public Member Functions

 AABB (const Vector3Tpl< T > &minCorner, const Vector3Tpl< T > &maxCorner)
 
bool intersects (const Ray< T > &r, T *t0=0, T *t1=0) const
 

Public Attributes

Vector3Tpl< T > corners [2]
 

Detailed Description

template<typename T>
struct CCCoreLib::AABB< T >

Simple axis aligned box structure.


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