GpuQuadraticCurveRender::Point Class Reference

It has two coordinates: x and y. More...

#include <Point.h>

List of all members.

Public Member Functions

 Point (void)
 Constructor.
 Point (float x, float y)
 ~Point (void)
 Destructor.
bool operator== (Point &point) const
Pointoperator+= (const Point &point)
Pointoperator/= (float i)
bool CounterClockWise (const Point &b, const Point &c) const
 Gives orientation of three points.

Public Attributes

float m_x
 X coordinate.
float m_y
 Y coordinate.


Detailed Description

It has two coordinates: x and y.

Constructor & Destructor Documentation

Point::Point ( float  x,
float  y 
)

Overloaded constructor

Parameters:
x x coordinate
y y coordinate


Member Function Documentation

bool Point::CounterClockWise ( const Point b,
const Point c 
) const

Gives orientation of three points.

Parameters:
b 
c 


The documentation for this class was generated from the following files:

Generated on Thu Jun 4 22:03:35 2009 for Gpu Quadratic Curve Render Test by  doxygen 1.5.9