NAGASH 0.9.8
Next Generation Analysis System
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
NAGASH::Point Class Reference

#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
 

Detailed Description

Definition at line 10 of file Graph2DTool.h.

Constructor & Destructor Documentation

◆ Point() [1/2]

NAGASH::Point::Point ( double  _x,
double  _y 
)
inline

Definition at line 17 of file Graph2DTool.h.

◆ Point() [2/2]

NAGASH::Point::Point ( )
inline

Definition at line 23 of file Graph2DTool.h.

Member Function Documentation

◆ Distance()

double NAGASH::Point::Distance ( Point  a)
inline

Definition at line 31 of file Graph2DTool.h.

◆ IsInside() [1/2]

bool Point::IsInside ( Circle  c)

Definition at line 37 of file Graph2DTool.cxx.

◆ IsInside() [2/2]

bool Point::IsInside ( Triangle  t)

Definition at line 42 of file Graph2DTool.cxx.

◆ X()

double NAGASH::Point::X ( )
inline

Definition at line 29 of file Graph2DTool.h.

◆ Y()

double NAGASH::Point::Y ( )
inline

Definition at line 30 of file Graph2DTool.h.

Member Data Documentation

◆ x

double NAGASH::Point::x
private

Definition at line 13 of file Graph2DTool.h.

◆ y

double NAGASH::Point::y
private

Definition at line 14 of file Graph2DTool.h.


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