Public Member Functions | Public Attributes | Static Public Attributes
ON_2fPoint Class Reference

#include <opennurbs_fpoint.h>

List of all members.

Public Member Functions

double DistanceTo (const ON_2fPoint &) const
double MaximumCoordinate () const
int MaximumCoordinateIndex () const
 ON_2fPoint ()
 ON_2fPoint (float x, float y)
 ON_2fPoint (const ON_3fPoint &)
 ON_2fPoint (const ON_4fPoint &)
 ON_2fPoint (const ON_2fVector &)
 ON_2fPoint (const ON_3fVector &)
 ON_2fPoint (const float *)
 ON_2fPoint (const ON_2dPoint &)
 ON_2fPoint (const ON_3dPoint &)
 ON_2fPoint (const ON_4dPoint &)
 ON_2fPoint (const ON_2dVector &)
 ON_2fPoint (const ON_3dVector &)
 ON_2fPoint (const double *)
 operator const float * () const
 operator float * ()
bool operator!= (const ON_2fPoint &) const
ON_2fPoint operator* (int) const
ON_2fPoint operator* (float) const
ON_2dPoint operator* (double) const
float operator* (const ON_2fPoint &) const
float operator* (const ON_2fVector &) const
float operator* (const ON_4fPoint &) const
ON_2fPointoperator*= (float)
ON_2fPoint operator+ (const ON_2fPoint &) const
ON_2fPoint operator+ (const ON_2fVector &) const
ON_3fPoint operator+ (const ON_3fPoint &) const
ON_3fPoint operator+ (const ON_3fVector &) const
ON_2dPoint operator+ (const ON_2dPoint &) const
ON_2dPoint operator+ (const ON_2dVector &) const
ON_3dPoint operator+ (const ON_3dPoint &) const
ON_3dPoint operator+ (const ON_3dVector &) const
ON_2fPointoperator+= (const ON_2fPoint &)
ON_2fPointoperator+= (const ON_2fVector &)
ON_2fPointoperator+= (const ON_3fVector &)
ON_2fVector operator- (const ON_2fPoint &) const
ON_2fPoint operator- (const ON_2fVector &) const
ON_3fVector operator- (const ON_3fPoint &) const
ON_3fPoint operator- (const ON_3fVector &) const
ON_2dVector operator- (const ON_2dPoint &) const
ON_2dPoint operator- (const ON_2dVector &) const
ON_3dVector operator- (const ON_3dPoint &) const
ON_3dPoint operator- (const ON_3dVector &) const
ON_2fPointoperator-= (const ON_2fPoint &)
ON_2fPointoperator-= (const ON_2fVector &)
ON_2fPointoperator-= (const ON_3fVector &)
ON_2fPoint operator/ (int) const
ON_2fPoint operator/ (float) const
ON_2dPoint operator/ (double) const
ON_2fPointoperator/= (float)
bool operator< (const ON_2fPoint &) const
bool operator<= (const ON_2fPoint &) const
ON_2fPointoperator= (const ON_3fPoint &)
ON_2fPointoperator= (const ON_4fPoint &)
ON_2fPointoperator= (const ON_2fVector &)
ON_2fPointoperator= (const ON_3fVector &)
ON_2fPointoperator= (const float *)
ON_2fPointoperator= (const ON_2dPoint &)
ON_2fPointoperator= (const ON_3dPoint &)
ON_2fPointoperator= (const ON_4dPoint &)
ON_2fPointoperator= (const ON_2dVector &)
ON_2fPointoperator= (const ON_3dVector &)
ON_2fPointoperator= (const double *)
bool operator== (const ON_2fPoint &) const
bool operator> (const ON_2fPoint &) const
bool operator>= (const ON_2fPoint &) const
float & operator[] (int)
float operator[] (int) const
float & operator[] (unsigned int)
float operator[] (unsigned int) const
void Rotate (double, const ON_2fPoint &)
void Rotate (double, double, const ON_2fPoint &)
void Set (float, float)
void Transform (const ON_Xform &)
void Zero ()

Public Attributes

float x
float y

Static Public Attributes

static const ON_2fPoint Origin

Detailed Description

Definition at line 38 of file opennurbs_fpoint.h.


Constructor & Destructor Documentation

Definition at line 1378 of file opennurbs_point.cpp.

ON_2fPoint::ON_2fPoint ( float  x,
float  y 
)

Definition at line 1401 of file opennurbs_point.cpp.

Definition at line 1404 of file opennurbs_point.cpp.

Definition at line 1407 of file opennurbs_point.cpp.

Definition at line 1414 of file opennurbs_point.cpp.

Definition at line 1417 of file opennurbs_point.cpp.

ON_2fPoint::ON_2fPoint ( const float *  p)

Definition at line 1391 of file opennurbs_point.cpp.

Definition at line 1420 of file opennurbs_point.cpp.

Definition at line 1423 of file opennurbs_point.cpp.

Definition at line 1426 of file opennurbs_point.cpp.

Definition at line 1433 of file opennurbs_point.cpp.

Definition at line 1436 of file opennurbs_point.cpp.

ON_2fPoint::ON_2fPoint ( const double *  p)

Definition at line 1381 of file opennurbs_point.cpp.


Member Function Documentation

double ON_2fPoint::DistanceTo ( const ON_2fPoint p) const

Definition at line 1781 of file opennurbs_point.cpp.

Definition at line 1791 of file opennurbs_point.cpp.

Definition at line 1786 of file opennurbs_point.cpp.

ON_2fPoint::operator const float * ( ) const

Definition at line 1445 of file opennurbs_point.cpp.

ON_2fPoint::operator float * ( )

Definition at line 1440 of file opennurbs_point.cpp.

bool ON_2fPoint::operator!= ( const ON_2fPoint p) const

Definition at line 1730 of file opennurbs_point.cpp.

ON_2fPoint ON_2fPoint::operator* ( int  d) const

Definition at line 1596 of file opennurbs_point.cpp.

ON_2fPoint ON_2fPoint::operator* ( float  d) const

Definition at line 1601 of file opennurbs_point.cpp.

ON_2dPoint ON_2fPoint::operator* ( double  d) const

Definition at line 1606 of file opennurbs_point.cpp.

float ON_2fPoint::operator* ( const ON_2fPoint h) const

Definition at line 1710 of file opennurbs_point.cpp.

float ON_2fPoint::operator* ( const ON_2fVector h) const

Definition at line 1715 of file opennurbs_point.cpp.

float ON_2fPoint::operator* ( const ON_4fPoint h) const

Definition at line 1720 of file opennurbs_point.cpp.

ON_2fPoint & ON_2fPoint::operator*= ( float  d)

Definition at line 1539 of file opennurbs_point.cpp.

ON_2fPoint ON_2fPoint::operator+ ( const ON_2fPoint p) const

Definition at line 1629 of file opennurbs_point.cpp.

ON_2fPoint ON_2fPoint::operator+ ( const ON_2fVector v) const

Definition at line 1634 of file opennurbs_point.cpp.

ON_3fPoint ON_2fPoint::operator+ ( const ON_3fPoint p) const

Definition at line 1649 of file opennurbs_point.cpp.

ON_3fPoint ON_2fPoint::operator+ ( const ON_3fVector v) const

Definition at line 1654 of file opennurbs_point.cpp.

ON_2dPoint ON_2fPoint::operator+ ( const ON_2dPoint p) const

Definition at line 1669 of file opennurbs_point.cpp.

ON_2dPoint ON_2fPoint::operator+ ( const ON_2dVector v) const

Definition at line 1674 of file opennurbs_point.cpp.

ON_3dPoint ON_2fPoint::operator+ ( const ON_3dPoint p) const

Definition at line 1689 of file opennurbs_point.cpp.

ON_3dPoint ON_2fPoint::operator+ ( const ON_3dVector v) const

Definition at line 1694 of file opennurbs_point.cpp.

ON_2fPoint & ON_2fPoint::operator+= ( const ON_2fPoint p)

Definition at line 1554 of file opennurbs_point.cpp.

ON_2fPoint & ON_2fPoint::operator+= ( const ON_2fVector v)

Definition at line 1561 of file opennurbs_point.cpp.

ON_2fPoint & ON_2fPoint::operator+= ( const ON_3fVector v)

Definition at line 1568 of file opennurbs_point.cpp.

ON_2fVector ON_2fPoint::operator- ( const ON_2fPoint p) const

Definition at line 1639 of file opennurbs_point.cpp.

ON_2fPoint ON_2fPoint::operator- ( const ON_2fVector v) const

Definition at line 1644 of file opennurbs_point.cpp.

ON_3fVector ON_2fPoint::operator- ( const ON_3fPoint p) const

Definition at line 1659 of file opennurbs_point.cpp.

ON_3fPoint ON_2fPoint::operator- ( const ON_3fVector v) const

Definition at line 1664 of file opennurbs_point.cpp.

ON_2dVector ON_2fPoint::operator- ( const ON_2dPoint p) const

Definition at line 1679 of file opennurbs_point.cpp.

ON_2dPoint ON_2fPoint::operator- ( const ON_2dVector v) const

Definition at line 1684 of file opennurbs_point.cpp.

ON_3dVector ON_2fPoint::operator- ( const ON_3dPoint p) const

Definition at line 1699 of file opennurbs_point.cpp.

ON_3dPoint ON_2fPoint::operator- ( const ON_3dVector v) const

Definition at line 1704 of file opennurbs_point.cpp.

ON_2fPoint & ON_2fPoint::operator-= ( const ON_2fPoint p)

Definition at line 1575 of file opennurbs_point.cpp.

ON_2fPoint & ON_2fPoint::operator-= ( const ON_2fVector v)

Definition at line 1582 of file opennurbs_point.cpp.

ON_2fPoint & ON_2fPoint::operator-= ( const ON_3fVector v)

Definition at line 1589 of file opennurbs_point.cpp.

ON_2fPoint ON_2fPoint::operator/ ( int  i) const

Definition at line 1611 of file opennurbs_point.cpp.

ON_2fPoint ON_2fPoint::operator/ ( float  d) const

Definition at line 1617 of file opennurbs_point.cpp.

ON_2dPoint ON_2fPoint::operator/ ( double  d) const

Definition at line 1623 of file opennurbs_point.cpp.

ON_2fPoint & ON_2fPoint::operator/= ( float  d)

Definition at line 1546 of file opennurbs_point.cpp.

bool ON_2fPoint::operator< ( const ON_2fPoint p) const

Definition at line 1747 of file opennurbs_point.cpp.

bool ON_2fPoint::operator<= ( const ON_2fPoint p) const

Definition at line 1735 of file opennurbs_point.cpp.

ON_2fPoint & ON_2fPoint::operator= ( const ON_3fPoint p)

Definition at line 1474 of file opennurbs_point.cpp.

ON_2fPoint & ON_2fPoint::operator= ( const ON_4fPoint h)

Definition at line 1481 of file opennurbs_point.cpp.

ON_2fPoint & ON_2fPoint::operator= ( const ON_2fVector v)

Definition at line 1489 of file opennurbs_point.cpp.

ON_2fPoint & ON_2fPoint::operator= ( const ON_3fVector v)

Definition at line 1496 of file opennurbs_point.cpp.

ON_2fPoint & ON_2fPoint::operator= ( const float *  p)

Definition at line 1462 of file opennurbs_point.cpp.

ON_2fPoint & ON_2fPoint::operator= ( const ON_2dPoint p)

Definition at line 1503 of file opennurbs_point.cpp.

ON_2fPoint & ON_2fPoint::operator= ( const ON_3dPoint p)

Definition at line 1510 of file opennurbs_point.cpp.

ON_2fPoint & ON_2fPoint::operator= ( const ON_4dPoint h)

Definition at line 1517 of file opennurbs_point.cpp.

ON_2fPoint & ON_2fPoint::operator= ( const ON_2dVector v)

Definition at line 1525 of file opennurbs_point.cpp.

ON_2fPoint & ON_2fPoint::operator= ( const ON_3dVector v)

Definition at line 1532 of file opennurbs_point.cpp.

ON_2fPoint & ON_2fPoint::operator= ( const double *  p)

Definition at line 1450 of file opennurbs_point.cpp.

bool ON_2fPoint::operator== ( const ON_2fPoint p) const

Definition at line 1725 of file opennurbs_point.cpp.

bool ON_2fPoint::operator> ( const ON_2fPoint p) const

Definition at line 1753 of file opennurbs_point.cpp.

bool ON_2fPoint::operator>= ( const ON_2fPoint p) const

Definition at line 1741 of file opennurbs_point.cpp.

float & ON_2fPoint::operator[] ( int  i)

Definition at line 1764 of file opennurbs_point.cpp.

float ON_2fPoint::operator[] ( int  i) const

Definition at line 1759 of file opennurbs_point.cpp.

float & ON_2fPoint::operator[] ( unsigned int  i)

Definition at line 1775 of file opennurbs_point.cpp.

float ON_2fPoint::operator[] ( unsigned int  i) const

Definition at line 1770 of file opennurbs_point.cpp.

void ON_2fPoint::Rotate ( double  angle,
const ON_2fPoint center 
)

Definition at line 727 of file opennurbs_point.cpp.

void ON_2fPoint::Rotate ( double  sin_angle,
double  cos_angle,
const ON_2fPoint center 
)

Definition at line 735 of file opennurbs_point.cpp.

void ON_2fPoint::Set ( float  xx,
float  yy 
)

Definition at line 6214 of file opennurbs_point.cpp.

void ON_2fPoint::Transform ( const ON_Xform xform)

Definition at line 713 of file opennurbs_point.cpp.

void ON_2fPoint::Zero ( )

Definition at line 1797 of file opennurbs_point.cpp.


Member Data Documentation

Definition at line 43 of file opennurbs_fpoint.h.

Definition at line 41 of file opennurbs_fpoint.h.

Definition at line 41 of file opennurbs_fpoint.h.


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


pcl
Author(s): Open Perception
autogenerated on Wed Aug 26 2015 15:38:50