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