PixelLightAPI
.
|
Point intersection scene query class. More...
#include <SQPoint.h>
Public Member Functions | |
PLS_API | SQPoint () |
Default constructor. | |
virtual PLS_API | ~SQPoint () |
Destructor. | |
PLS_API PLMath::Vector3 & | GetPoint () |
Returns the used point. | |
virtual PLS_API bool | PerformQuery () override |
Performs the query. |
Point intersection scene query class.
PLS_API PLScene::SQPoint::SQPoint | ( | ) |
Default constructor.
virtual PLS_API PLScene::SQPoint::~SQPoint | ( | ) | [virtual] |
Destructor.
PLS_API PLMath::Vector3& PLScene::SQPoint::GetPoint | ( | ) |
Returns the used point.
virtual PLS_API bool PLScene::SQPoint::PerformQuery | ( | ) | [override, virtual] |
Performs the query.
Implements PLScene::SceneQuery.
|