describes a face coordinate (cartesian)
More...
#include <face.hpp>
|
| face (float top_left_x, float top_left_y, float bottom_right_x, float bottom_right_y) |
| Consruct using face coordinates (a rectangle) More...
|
|
| face ()=default |
| Allow empty consructor. More...
|
|
| face (const face &)=default |
| Copy constructor. More...
|
|
bool | operator== (const face &rhs) const |
| Equality operator. More...
|
|
describes a face coordinate (cartesian)
- Version
- 0.6.0
- Date
- April 2016
- Author
- Alex Gkiokas a.gki.nosp@m.okas.nosp@m.@orte.nosp@m.lio..nosp@m.co.uk
Definition at line 13 of file face.hpp.
rapp::object::face::face |
( |
float |
top_left_x, |
|
|
float |
top_left_y, |
|
|
float |
bottom_right_x, |
|
|
float |
bottom_right_y |
|
) |
| |
Consruct using face coordinates (a rectangle)
Definition at line 17 of file face.hpp.
rapp::object::face::face |
( |
| ) |
|
|
default |
rapp::object::face::face |
( |
const face & |
| ) |
|
|
default |
bool rapp::object::face::operator== |
( |
const face & |
rhs | ) |
const |
Equality operator.
Definition at line 36 of file face.hpp.
float rapp::object::face::bottom_right_x__ |
|
private |
float rapp::object::face::bottom_right_y__ |
|
private |
float rapp::object::face::top_left_x__ |
|
private |
float rapp::object::face::top_left_y__ |
|
private |
The documentation for this class was generated from the following file:
- /home/travis/rapp_temp/rapp-api/cpp/includes/objects/face/face.hpp