#include <sprk_ooc.h>
The Area class is represents a quadrilateral area for highlighting.
◆ GetName()
HPS::UTF8 const& HPS::OOC::Area::GetName |
( |
| ) |
const |
|
inline |
Returns the name associated with this Area
◆ GetWorldToWindow()
◆ Intersects() [1/2]
bool HPS::OOC::Area::Intersects |
( |
HPS::SimpleCuboid const & |
world_space_bounding | ) |
const |
|
inline |
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.
◆ Intersects() [2/2]
bool HPS::OOC::Area::Intersects |
( |
HPS::Point const & |
world_space_point | ) |
const |
|
inline |
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.
The documentation for this class was generated from the following file: