Structure for rectangle. More...
#include <kanzi/core/legacy/util/math/kzc_rectangle.hpp>
Public Member Functions | |
KzcRectangle () | |
KzcRectangle (kzFloat xArg, kzFloat yArg, kzFloat widthArg, kzFloat heightArg) | |
KzcRectangle (const struct KzcVector2 &offset, const struct KzcVector2 &size) | |
Public Attributes | |
kzFloat | x |
X-coordinate for rectangle left side. More... | |
kzFloat | y |
Y-coordinate for rectangle top side. More... | |
kzFloat | width |
Width of the rectangle. More... | |
kzFloat | height |
Height of the rectangle. More... | |
Structure for rectangle.
|
inline |
|
inline |
|
inline |
kzFloat KzcRectangle::x |
X-coordinate for rectangle left side.
kzFloat KzcRectangle::y |
Y-coordinate for rectangle top side.
kzFloat KzcRectangle::width |
Width of the rectangle.
kzFloat KzcRectangle::height |
Height of the rectangle.