RAPP Platform API
 All Classes Namespaces Files Functions Variables Typedefs
rapp::object::face Class Reference

describes a face coordinate (cartesian) More...

#include <face.hpp>

Public Member Functions

 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...
 

Private Attributes

float bottom_right_x__
 
float bottom_right_y__
 
float top_left_x__
 
float top_left_y__
 

Detailed Description

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.

Constructor & Destructor Documentation

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

Allow empty consructor.

rapp::object::face::face ( const face )
default

Copy constructor.

Member Function Documentation

bool rapp::object::face::operator== ( const face rhs) const

Equality operator.

Definition at line 36 of file face.hpp.

Member Data Documentation

float rapp::object::face::bottom_right_x__
private

Definition at line 47 of file face.hpp.

float rapp::object::face::bottom_right_y__
private

Definition at line 48 of file face.hpp.

float rapp::object::face::top_left_x__
private

Definition at line 45 of file face.hpp.

float rapp::object::face::top_left_y__
private

Definition at line 46 of file face.hpp.


The documentation for this class was generated from the following file: