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