BoardLib::Point Struct Reference

Struct representing a 2D point. More...

#include <Point.h>

List of all members.

Public Member Functions

 Point (float x, float y)

Public Attributes

float x
float y


Detailed Description

Struct representing a 2D point.

The Point structure.

Examples:

examples/example1.cc, and examples/example2.cc.


Constructor & Destructor Documentation

BoardLib::Point::Point ( float  x,
float  y 
) [inline]

Point constructor.

Parameters:
x The point's first coordinate.
y The point's second coordinate.


Member Data Documentation

float BoardLib::Point::x

The point's first coordinate

float BoardLib::Point::y

The point's second coordinate


The documentation for this struct was generated from the following file:
Generated on Fri Aug 24 19:07:40 2007 for Board by  doxygen 1.5.1