DelaunayTest::Circle Class Reference

Represents a circle with radius and a center. More...

#include <Circle.h>

List of all members.

Public Member Functions

 Circle (const Point &center, float radius)
 Circle (const Point &p1, const Point &p2, const Point &p3)
 ~Circle (void)
 Destructor.

Public Attributes

Point m_center
 Center.
float m_radius
 Radius.


Detailed Description

Represents a circle with radius and a center.

Constructor & Destructor Documentation

Circle::Circle ( const Point center,
float  radius 
)

Constructor Constructs a circle with center center and radius radius

Parameters:
center center of the circle
radius radius of the circle

Circle::Circle ( const Point p1,
const Point p2,
const Point p3 
)

Constructor Constructs a circle from three points

Parameters:
p1 first circle defining point
p2 second circle defining point
p3 third circle defining point


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

Generated on Tue May 26 20:45:15 2009 for Delaunay Test by  doxygen 1.5.9