PixelLightAPI  .
Public Member Functions
PLScene::SQPoint Class Reference

Point intersection scene query class. More...

#include <SQPoint.h>

Inheritance diagram for PLScene::SQPoint:
Inheritance graph
[legend]

List of all members.

Public Member Functions

PLS_API SQPoint ()
 Default constructor.
virtual PLS_API ~SQPoint ()
 Destructor.
PLS_API PLMath::Vector3GetPoint ()
 Returns the used point.
virtual PLS_API bool PerformQuery () override
 Performs the query.

Detailed Description

Point intersection scene query class.

Remarks:
This point test scene query will enumerate all scene nodes intersecting the given point.

Constructor & Destructor Documentation

Default constructor.

virtual PLS_API PLScene::SQPoint::~SQPoint ( ) [virtual]

Destructor.


Member Function Documentation

Returns the used point.

Returns:
The used point
virtual PLS_API bool PLScene::SQPoint::PerformQuery ( ) [override, virtual]

Performs the query.

Note:
  • Before you start the query you have to do some settings within the derived query classes first. (for instance setting the query volume)
Returns:
'true' if the query was cancelled by the user, else 'false'

Implements PLScene::SceneQuery.


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


PixelLight PixelLight 0.9.11-R1
Copyright (C) 2002-2012 by The PixelLight Team
Last modified Thu Feb 23 2012 14:09:42
The content of this PixelLight document is published under the
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported