HPS::OOC::Area
-
class HPS::OOC::Area
The Area class is represents a quadrilateral area for highlighting.
Public Functions
-
inline HPS::MatrixKit const &GetWorldToWindow() const
-
inline bool Intersects(HPS::Point const &world_space_point) const
Determines if a point intersects this Area.
- Parameters
world_space_point – The point to test
- Returns
true if the point intersects this area, false otherwise.
-
inline bool Intersects(HPS::SimpleCuboid const &world_space_bounding) const
Determines if a cuboid intersects this Area.
- Parameters
world_space_bounding – The cuboid to test
- Returns
true if the cuboid interects this area, false otherwise.
-
inline HPS::MatrixKit const &GetWorldToWindow() const