The Gnome Chemistry Utils  0.14.12
Public Attributes | List of all members
gccv::Rect Struct Reference

#include <structs.h>

Public Attributes

double x0
 
double x1
 
double y0
 
double y1
 

Detailed Description

Describes a rectangle for which (x0,y0) are the top left coordinates and (x1,y1) the bottom right coordinates.

Definition at line 36 of file gccv/structs.h.

Member Data Documentation

double gccv::Rect::x0

the top left horizontal position

Definition at line 38 of file gccv/structs.h.

double gccv::Rect::x1

the bottom right horizontal position

Definition at line 40 of file gccv/structs.h.

double gccv::Rect::y0

the top left vertical position

Definition at line 42 of file gccv/structs.h.

double gccv::Rect::y1

the bottom right vertical position

Definition at line 44 of file gccv/structs.h.


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