In file ./include/vob/Vec23.hxx:

template<class T> class Vec23::Rectangle

A rectangle

Documentation

A rectangle

Inheritance:

Rectangle


Public Methods

[more] Rectangle (T x, T y, T w, T h)
Create a rectangle with the given components
[more]T x0 ()
Get the first X-coordinate
[more]T x1 ()
Get the last X-coordinate
[more]T y0 ()
Get the first Y-coordinate
[more]T y1 ()
Get the last Y-coordinate
[more]Vector<T> ul ()
Get the upper-left corner
[more]Vector<T> lr ()
Get the lower-right corner

o Rectangle(T x, T y, T w, T h)
Create a rectangle with the given components

oT x0()
Get the first X-coordinate

oT x1()
Get the last X-coordinate

oT y0()
Get the first Y-coordinate

oT y1()
Get the last Y-coordinate

oVector<T> ul()
Get the upper-left corner

oVector<T> lr()
Get the lower-right corner


This class has no child classes.

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.