KiTrack  1.7.0
Public Member Functions | List of all members
KiTrack::SimpleCircle Class Reference

A simple class representing a circle. More...

#include <SimpleCircle.h>

Public Member Functions

 SimpleCircle (double x1, double y1, double x2, double y2, double x3, double y3) throw ( InvalidParameter )
 
double getRadius ()
 
double getCenterX ()
 
double getCenterY ()
 

Detailed Description

A simple class representing a circle.

In the constructor it builds a cricle from 3 2-dimensional points. After that, the parameters can be read out (radius and position of the center)


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