NAGASH 0.9.8
Next Generation Analysis System
|
#include <Graph2DTool.h>
Public Member Functions | |
Point () | |
Point (double _x, double _y) | |
double | Distance (Point a) |
bool | IsInside (Circle c) |
bool | IsInside (Triangle t) |
double | X () |
double | Y () |
Private Attributes | |
double | x |
double | y |
Definition at line 10 of file Graph2DTool.h.
|
inline |
Definition at line 17 of file Graph2DTool.h.
|
inline |
Definition at line 23 of file Graph2DTool.h.
|
inline |
Definition at line 31 of file Graph2DTool.h.
bool Point::IsInside | ( | Circle | c | ) |
Definition at line 37 of file Graph2DTool.cxx.
bool Point::IsInside | ( | Triangle | t | ) |
Definition at line 42 of file Graph2DTool.cxx.
|
inline |
Definition at line 29 of file Graph2DTool.h.
|
inline |
Definition at line 30 of file Graph2DTool.h.
|
private |
Definition at line 13 of file Graph2DTool.h.
|
private |
Definition at line 14 of file Graph2DTool.h.