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

#include <opennurbs_point.h>

List of all members.

Public Member Functions

double DistanceTo (const ON_2dPoint &) const
bool IsUnsetPoint () const
bool IsValid () const
double MaximumCoordinate () const
int MaximumCoordinateIndex () const
double MinimumCoordinate () const
int MinimumCoordinateIndex () const
 ON_2dPoint ()
 ON_2dPoint (double x, double y)
 ON_2dPoint (const ON_3dPoint &)
 ON_2dPoint (const ON_4dPoint &)
 ON_2dPoint (const ON_2dVector &)
 ON_2dPoint (const ON_3dVector &)
 ON_2dPoint (const double *)
 ON_2dPoint (const class ON_2fPoint &)
 ON_2dPoint (const class ON_3fPoint &)
 ON_2dPoint (const class ON_4fPoint &)
 ON_2dPoint (const class ON_2fVector &)
 ON_2dPoint (const class ON_3fVector &)
 ON_2dPoint (const float *)
 operator const double * () const
 operator double * ()
bool operator!= (const ON_2dPoint &) const
ON_2dPoint operator* (int) const
ON_2dPoint operator* (float) const
ON_2dPoint operator* (double) const
double operator* (const ON_2dPoint &) const
double operator* (const ON_2dVector &) const
double operator* (const ON_4dPoint &) const
ON_2dPoint operator* (const ON_Xform &) const
ON_2dPointoperator*= (double)
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_2dPoint operator+ (const ON_2fPoint &) const
ON_2dPoint operator+ (const ON_2fVector &) const
ON_3dPoint operator+ (const ON_3fPoint &) const
ON_3dPoint operator+ (const ON_3fVector &) const
ON_2dPointoperator+= (const ON_2dPoint &)
ON_2dPointoperator+= (const ON_2dVector &)
ON_2dPointoperator+= (const ON_3dVector &)
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_2dVector operator- (const ON_2fPoint &) const
ON_2dPoint operator- (const ON_2fVector &) const
ON_3dVector operator- (const ON_3fPoint &) const
ON_3dPoint operator- (const ON_3fVector &) const
ON_2dPointoperator-= (const ON_2dPoint &)
ON_2dPointoperator-= (const ON_2dVector &)
ON_2dPointoperator-= (const ON_3dVector &)
ON_2dPoint operator/ (int) const
ON_2dPoint operator/ (float) const
ON_2dPoint operator/ (double) const
ON_2dPointoperator/= (double)
bool operator< (const ON_2dPoint &) const
bool operator<= (const ON_2dPoint &) const
ON_2dPointoperator= (const ON_3dPoint &)
ON_2dPointoperator= (const ON_4dPoint &)
ON_2dPointoperator= (const ON_2dVector &)
ON_2dPointoperator= (const ON_3dVector &)
ON_2dPointoperator= (const double *)
ON_2dPointoperator= (const ON_2fPoint &)
ON_2dPointoperator= (const ON_3fPoint &)
ON_2dPointoperator= (const ON_4fPoint &)
ON_2dPointoperator= (const ON_2fVector &)
ON_2dPointoperator= (const ON_3fVector &)
ON_2dPointoperator= (const float *)
bool operator== (const ON_2dPoint &) const
bool operator> (const ON_2dPoint &) const
bool operator>= (const ON_2dPoint &) const
double & operator[] (int)
double operator[] (int) const
double & operator[] (unsigned int)
double operator[] (unsigned int) const
void Rotate (double angle, const ON_2dPoint &center)
void Rotate (double sin_angle, double cos_angle, const ON_2dPoint &center)
void Set (double x, double y)
void Transform (const ON_Xform &)
void Zero ()

Public Attributes

double x
double y

Static Public Attributes

static const ON_2dPoint Origin
static const ON_2dPoint UnsetPoint

Detailed Description

Definition at line 266 of file opennurbs_point.h.


Constructor & Destructor Documentation

Definition at line 3630 of file opennurbs_point.cpp.

ON_2dPoint::ON_2dPoint ( double  x,
double  y 
)

Definition at line 3653 of file opennurbs_point.cpp.

Definition at line 3656 of file opennurbs_point.cpp.

Definition at line 3659 of file opennurbs_point.cpp.

Definition at line 3667 of file opennurbs_point.cpp.

Definition at line 3670 of file opennurbs_point.cpp.

ON_2dPoint::ON_2dPoint ( const double *  p)

Definition at line 3643 of file opennurbs_point.cpp.

ON_2dPoint::ON_2dPoint ( const class ON_2fPoint )
ON_2dPoint::ON_2dPoint ( const class ON_3fPoint )
ON_2dPoint::ON_2dPoint ( const class ON_4fPoint )
ON_2dPoint::ON_2dPoint ( const class ON_2fVector )
ON_2dPoint::ON_2dPoint ( const class ON_3fVector )
ON_2dPoint::ON_2dPoint ( const float *  p)

Definition at line 3633 of file opennurbs_point.cpp.


Member Function Documentation

double ON_2dPoint::DistanceTo ( const ON_2dPoint p) const

Definition at line 4042 of file opennurbs_point.cpp.

bool ON_2dPoint::IsUnsetPoint ( ) const

Definition at line 6161 of file opennurbs_point.cpp.

bool ON_2dPoint::IsValid ( ) const

Definition at line 6156 of file opennurbs_point.cpp.

Definition at line 4052 of file opennurbs_point.cpp.

Definition at line 4047 of file opennurbs_point.cpp.

Definition at line 4063 of file opennurbs_point.cpp.

Definition at line 4058 of file opennurbs_point.cpp.

ON_2dPoint::operator const double * ( ) const

Definition at line 3697 of file opennurbs_point.cpp.

ON_2dPoint::operator double * ( )

Definition at line 3692 of file opennurbs_point.cpp.

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

Definition at line 3991 of file opennurbs_point.cpp.

ON_2dPoint ON_2dPoint::operator* ( int  i) const

Definition at line 3850 of file opennurbs_point.cpp.

ON_2dPoint ON_2dPoint::operator* ( float  f) const

Definition at line 3856 of file opennurbs_point.cpp.

ON_2dPoint ON_2dPoint::operator* ( double  d) const

Definition at line 3862 of file opennurbs_point.cpp.

double ON_2dPoint::operator* ( const ON_2dPoint h) const

Definition at line 3971 of file opennurbs_point.cpp.

double ON_2dPoint::operator* ( const ON_2dVector h) const

Definition at line 3976 of file opennurbs_point.cpp.

double ON_2dPoint::operator* ( const ON_4dPoint h) const

Definition at line 3981 of file opennurbs_point.cpp.

ON_2dPoint ON_2dPoint::operator* ( const ON_Xform xform) const

Definition at line 1216 of file opennurbs_point.cpp.

ON_2dPoint & ON_2dPoint::operator*= ( double  d)

Definition at line 3793 of file opennurbs_point.cpp.

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

Definition at line 3885 of file opennurbs_point.cpp.

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

Definition at line 3890 of file opennurbs_point.cpp.

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

Definition at line 3906 of file opennurbs_point.cpp.

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

Definition at line 3911 of file opennurbs_point.cpp.

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

Definition at line 3929 of file opennurbs_point.cpp.

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

Definition at line 3934 of file opennurbs_point.cpp.

ON_3dPoint ON_2dPoint::operator+ ( const ON_3fPoint p) const

Definition at line 3950 of file opennurbs_point.cpp.

ON_3dPoint ON_2dPoint::operator+ ( const ON_3fVector v) const

Definition at line 3955 of file opennurbs_point.cpp.

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

Definition at line 3808 of file opennurbs_point.cpp.

ON_2dPoint & ON_2dPoint::operator+= ( const ON_2dVector v)

Definition at line 3815 of file opennurbs_point.cpp.

ON_2dPoint & ON_2dPoint::operator+= ( const ON_3dVector v)

Definition at line 3822 of file opennurbs_point.cpp.

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

Definition at line 3895 of file opennurbs_point.cpp.

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

Definition at line 3900 of file opennurbs_point.cpp.

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

Definition at line 3916 of file opennurbs_point.cpp.

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

Definition at line 3921 of file opennurbs_point.cpp.

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

Definition at line 3939 of file opennurbs_point.cpp.

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

Definition at line 3944 of file opennurbs_point.cpp.

ON_3dVector ON_2dPoint::operator- ( const ON_3fPoint p) const

Definition at line 3960 of file opennurbs_point.cpp.

ON_3dPoint ON_2dPoint::operator- ( const ON_3fVector v) const

Definition at line 3965 of file opennurbs_point.cpp.

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

Definition at line 3829 of file opennurbs_point.cpp.

ON_2dPoint & ON_2dPoint::operator-= ( const ON_2dVector v)

Definition at line 3836 of file opennurbs_point.cpp.

ON_2dPoint & ON_2dPoint::operator-= ( const ON_3dVector v)

Definition at line 3843 of file opennurbs_point.cpp.

ON_2dPoint ON_2dPoint::operator/ ( int  i) const

Definition at line 3867 of file opennurbs_point.cpp.

ON_2dPoint ON_2dPoint::operator/ ( float  f) const

Definition at line 3873 of file opennurbs_point.cpp.

ON_2dPoint ON_2dPoint::operator/ ( double  d) const

Definition at line 3879 of file opennurbs_point.cpp.

ON_2dPoint & ON_2dPoint::operator/= ( double  d)

Definition at line 3800 of file opennurbs_point.cpp.

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

Definition at line 4008 of file opennurbs_point.cpp.

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

Definition at line 3996 of file opennurbs_point.cpp.

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

Definition at line 3726 of file opennurbs_point.cpp.

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

Definition at line 3733 of file opennurbs_point.cpp.

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

Definition at line 3741 of file opennurbs_point.cpp.

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

Definition at line 3748 of file opennurbs_point.cpp.

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

Definition at line 3714 of file opennurbs_point.cpp.

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

Definition at line 3756 of file opennurbs_point.cpp.

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

Definition at line 3763 of file opennurbs_point.cpp.

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

Definition at line 3770 of file opennurbs_point.cpp.

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

Definition at line 3778 of file opennurbs_point.cpp.

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

Definition at line 3785 of file opennurbs_point.cpp.

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

Definition at line 3702 of file opennurbs_point.cpp.

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

Definition at line 3986 of file opennurbs_point.cpp.

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

Definition at line 4014 of file opennurbs_point.cpp.

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

Definition at line 4002 of file opennurbs_point.cpp.

double & ON_2dPoint::operator[] ( int  i)

Definition at line 4025 of file opennurbs_point.cpp.

double ON_2dPoint::operator[] ( int  i) const

Definition at line 4020 of file opennurbs_point.cpp.

double & ON_2dPoint::operator[] ( unsigned int  i)

Definition at line 4036 of file opennurbs_point.cpp.

double ON_2dPoint::operator[] ( unsigned int  i) const

Definition at line 4031 of file opennurbs_point.cpp.

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

Definition at line 1018 of file opennurbs_point.cpp.

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

Definition at line 1026 of file opennurbs_point.cpp.

void ON_2dPoint::Set ( double  x,
double  y 
)

Definition at line 6187 of file opennurbs_point.cpp.

void ON_2dPoint::Transform ( const ON_Xform xform)

Definition at line 668 of file opennurbs_point.cpp.

void ON_2dPoint::Zero ( )

Definition at line 4070 of file opennurbs_point.cpp.


Member Data Documentation

Definition at line 271 of file opennurbs_point.h.

Definition at line 272 of file opennurbs_point.h.

double ON_2dPoint::x

Definition at line 269 of file opennurbs_point.h.

double ON_2dPoint::y

Definition at line 269 of file opennurbs_point.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