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

The PIPoint class provides a two-dimensional point on the plane. More...

#include "pimathbase.h"

Classes

class  PIPoint< Type >
 Two-dimensional point. More...
 

Typedefs

typedef PIPoint< int > PIPointi
 Alias for point with int coordinates.
 
typedef PIPoint< uint > PIPointu
 Alias for point with uint coordinates.
 
typedef PIPoint< float > PIPointf
 Alias for point with float coordinates.
 
typedef PIPoint< double > PIPointd
 Alias for point with double coordinates.
 

Functions

template<typename Type >
PICout operator<< (PICout &s, const PIPoint< Type > &v)
 Writes point coordinates to PICout.
 

Detailed Description

The PIPoint class provides a two-dimensional point on the plane.