COVISE Core
Public Member Functions | Public Attributes | Friends | List of all members
covise::_point_t Class Reference

#include <Triangulator.h>

Public Member Functions

double CROSS_SINE (const _point_t &v1)
 
 _point_t (double xx, double yy)
 
 _point_t ()
 
double LENGTH ()
 
bool operator> (const _point_t &v1)
 
bool operator== (const _point_t &v1)
 
bool operator>= (const _point_t &v1)
 
bool operator< (const _point_t &v1)
 
void setmax (const _point_t &v0, const _point_t &v1)
 
void setmin (const _point_t &v0, const _point_t &v1)
 

Public Attributes

double x
 
double y
 

Friends

_point_t operator- (const _point_t &v0, const _point_t &v1)
 

Constructor & Destructor Documentation

◆ _point_t() [1/2]

covise::_point_t::_point_t ( double  xx,
double  yy 
)
inline

◆ _point_t() [2/2]

covise::_point_t::_point_t ( )
inline

Member Function Documentation

◆ CROSS_SINE()

double covise::_point_t::CROSS_SINE ( const _point_t v1)
inline

◆ LENGTH()

double covise::_point_t::LENGTH ( )
inline

◆ operator<()

bool covise::_point_t::operator< ( const _point_t v1)
inline

◆ operator==()

bool covise::_point_t::operator== ( const _point_t v1)
inline

◆ operator>()

bool covise::_point_t::operator> ( const _point_t v1)
inline

◆ operator>=()

bool covise::_point_t::operator>= ( const _point_t v1)
inline

◆ setmax()

void covise::_point_t::setmax ( const _point_t v0,
const _point_t v1 
)

◆ setmin()

void covise::_point_t::setmin ( const _point_t v0,
const _point_t v1 
)

Friends And Related Function Documentation

◆ operator-

_point_t operator- ( const _point_t v0,
const _point_t v1 
)
friend

Member Data Documentation

◆ x

double covise::_point_t::x

◆ y

double covise::_point_t::y

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