#include <Primitives.h>
|
double | x1 {0} |
|
double | y1 {0} |
|
double | x2 {0} |
|
double | y2 {0} |
|
◆ Rectangle() [1/2]
◆ Rectangle() [2/2]
Rectangle::Rectangle |
( |
double |
x1, |
|
|
double |
y1, |
|
|
double |
x2, |
|
|
double |
y2 |
|
) |
| |
|
inline |
◆ correct()
void Rectangle::correct |
( |
| ) |
|
|
inline |
Ensures that x1, y1 is the bottom-left corner (minimum coordinates).
◆ height()
double Rectangle::height |
( |
| ) |
const |
|
inline |
◆ width()
double Rectangle::width |
( |
| ) |
const |
|
inline |
◆ x()
double Rectangle::x |
( |
| ) |
const |
|
inline |
◆ y()
double Rectangle::y |
( |
| ) |
const |
|
inline |
◆ x1
◆ x2
◆ y1
◆ y2
The documentation for this struct was generated from the following file: