#include <Bounds.h>
◆ Bounds() [1/2]
◆ Bounds() [2/2]
| hdps::Bounds::Bounds |
( |
float |
left, |
|
|
float |
right, |
|
|
float |
bottom, |
|
|
float |
top |
|
) |
| |
◆ ensureMinimumSize()
| void hdps::Bounds::ensureMinimumSize |
( |
float |
width, |
|
|
float |
height |
|
) |
| |
◆ expand()
| void hdps::Bounds::expand |
( |
float |
fraction | ) |
|
◆ getBottom()
| float hdps::Bounds::getBottom |
( |
| ) |
const |
|
inline |
◆ getCenter()
| Vector2f hdps::Bounds::getCenter |
( |
| ) |
const |
|
inline |
◆ getHeight()
| float hdps::Bounds::getHeight |
( |
| ) |
const |
|
inline |
◆ getLeft()
| float hdps::Bounds::getLeft |
( |
| ) |
const |
|
inline |
◆ getRight()
| float hdps::Bounds::getRight |
( |
| ) |
const |
|
inline |
◆ getTop()
| float hdps::Bounds::getTop |
( |
| ) |
const |
|
inline |
◆ getWidth()
| float hdps::Bounds::getWidth |
( |
| ) |
const |
|
inline |
◆ makeSquare()
| void hdps::Bounds::makeSquare |
( |
| ) |
|
◆ moveToOrigin()
| void hdps::Bounds::moveToOrigin |
( |
| ) |
|
◆ setBottom()
| void hdps::Bounds::setBottom |
( |
float |
bottom | ) |
|
|
inline |
◆ setBounds()
| void hdps::Bounds::setBounds |
( |
float |
left, |
|
|
float |
right, |
|
|
float |
bottom, |
|
|
float |
top |
|
) |
| |
◆ setLeft()
| void hdps::Bounds::setLeft |
( |
float |
left | ) |
|
|
inline |
◆ setRight()
| void hdps::Bounds::setRight |
( |
float |
right | ) |
|
|
inline |
◆ setTop()
| void hdps::Bounds::setTop |
( |
float |
top | ) |
|
|
inline |
◆ Max
| const Bounds hdps::Bounds::Max |
|
static |
Initial value:
std::numeric_limits<float>::infinity(),
-std::numeric_limits<float>::infinity(),
std::numeric_limits<float>::infinity(),
-std::numeric_limits<float>::infinity()
)
Bounds()
Definition Bounds.cpp:18
The documentation for this class was generated from the following files:
- D:/Work/ManiVault/DevBundle/allmain/source/core/HDPS/src/graphics/Bounds.h
- D:/Work/ManiVault/DevBundle/allmain/source/core/HDPS/src/graphics/Bounds.cpp