Photon Engine 2.0.0-beta
A physically based renderer.
Loading...
Searching...
No Matches
ph::TestPoint Class Referencefinal

Public Member Functions

 TestPoint ()
 
 TestPoint (const real testPoint, const int32 pointType)
 
bool operator< (const TestPoint &other) const
 

Public Attributes

real m_testPoint
 
int32 m_pointType
 

Static Public Attributes

static const int32 INTERSECTABLE_MIN = 1
 
static const int32 INTERSECTABLE_MAX = 2
 

Constructor & Destructor Documentation

◆ TestPoint() [1/2]

ph::TestPoint::TestPoint ( )
inline

◆ TestPoint() [2/2]

ph::TestPoint::TestPoint ( const real testPoint,
const int32 pointType )
inline

Member Function Documentation

◆ operator<()

bool ph::TestPoint::operator< ( const TestPoint & other) const
inline

Member Data Documentation

◆ INTERSECTABLE_MAX

const int32 ph::TestPoint::INTERSECTABLE_MAX = 2
static

◆ INTERSECTABLE_MIN

const int32 ph::TestPoint::INTERSECTABLE_MIN = 1
static

◆ m_pointType

int32 ph::TestPoint::m_pointType

◆ m_testPoint

real ph::TestPoint::m_testPoint

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