PIP 5.6.1
Platform-Independent Primitives
Classes | Typedefs | Functions
pirect.h File Reference

Rect class for 2D geometry. More...

#include "pipoint.h"

Classes

class  PIRect< Type >
 The PIRect class provides a two-dimensional rectangle class for 2D geometry. More...
 

Typedefs

typedef PIRect< int > PIRecti
 Alias for rectangle with int coordinates.
 
typedef PIRect< uint > PIRectu
 Alias for rectangle with uint coordinates.
 
typedef PIRect< float > PIRectf
 Alias for rectangle with float coordinates.
 
typedef PIRect< double > PIRectd
 Alias for rectangle with double coordinates.
 

Functions

template<typename Type >
PICout operator<< (PICout &s, const PIRect< Type > &v)
 Writes rectangle description to PICout.
 

Detailed Description

Rect class for 2D geometry.