Point Cloud Library (PCL)  1.14.1-dev
List of all members | Public Member Functions | Public Attributes | Static Public Attributes
ON_2fPoint Class Reference

#include <pcl/surface/3rdparty/opennurbs/opennurbs_fpoint.h>

+ Collaboration diagram for ON_2fPoint:

Public Member Functions

 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 float * ()
 
 operator const float * () 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 *)
 
ON_2fPointoperator*= (float)
 
ON_2fPointoperator/= (float)
 
ON_2fPointoperator+= (const ON_2fPoint &)
 
ON_2fPointoperator+= (const ON_2fVector &)
 
ON_2fPointoperator+= (const ON_3fVector &)
 
ON_2fPointoperator-= (const ON_2fPoint &)
 
ON_2fPointoperator-= (const ON_2fVector &)
 
ON_2fPointoperator-= (const ON_3fVector &)
 
ON_2fPoint operator* (int) const
 
ON_2fPoint operator/ (int) const
 
ON_2fPoint operator* (float) const
 
ON_2fPoint operator/ (float) const
 
ON_2dPoint operator* (double) const
 
ON_2dPoint operator/ (double) const
 
ON_2fPoint operator+ (const ON_2fPoint &) const
 
ON_2fPoint operator+ (const ON_2fVector &) const
 
ON_2fVector 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_3fVector 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_2dVector 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_3dVector operator- (const ON_3dPoint &) const
 
ON_3dPoint operator- (const ON_3dVector &) const
 
float operator* (const ON_2fPoint &) const
 
float operator* (const ON_2fVector &) const
 
float operator* (const ON_4fPoint &) const
 
bool operator== (const ON_2fPoint &) const
 
bool operator!= (const ON_2fPoint &) const
 
bool operator<= (const ON_2fPoint &) const
 
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 Set (float, float)
 
double DistanceTo (const ON_2fPoint &) const
 
int MaximumCoordinateIndex () const
 
double MaximumCoordinate () const
 
void Zero ()
 
void Transform (const ON_Xform &)
 
void Rotate (double, const ON_2fPoint &)
 
void Rotate (double, double, const ON_2fPoint &)
 

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

◆ ON_2fPoint() [1/13]

ON_2fPoint::ON_2fPoint ( )

◆ ON_2fPoint() [2/13]

ON_2fPoint::ON_2fPoint ( float  x,
float  y 
)

◆ ON_2fPoint() [3/13]

ON_2fPoint::ON_2fPoint ( const ON_3fPoint )

◆ ON_2fPoint() [4/13]

ON_2fPoint::ON_2fPoint ( const ON_4fPoint )

◆ ON_2fPoint() [5/13]

ON_2fPoint::ON_2fPoint ( const ON_2fVector )

◆ ON_2fPoint() [6/13]

ON_2fPoint::ON_2fPoint ( const ON_3fVector )

◆ ON_2fPoint() [7/13]

ON_2fPoint::ON_2fPoint ( const float *  )

◆ ON_2fPoint() [8/13]

ON_2fPoint::ON_2fPoint ( const ON_2dPoint )

◆ ON_2fPoint() [9/13]

ON_2fPoint::ON_2fPoint ( const ON_3dPoint )

◆ ON_2fPoint() [10/13]

ON_2fPoint::ON_2fPoint ( const ON_4dPoint )

◆ ON_2fPoint() [11/13]

ON_2fPoint::ON_2fPoint ( const ON_2dVector )

◆ ON_2fPoint() [12/13]

ON_2fPoint::ON_2fPoint ( const ON_3dVector )

◆ ON_2fPoint() [13/13]

ON_2fPoint::ON_2fPoint ( const double *  )

Member Function Documentation

◆ DistanceTo()

double ON_2fPoint::DistanceTo ( const ON_2fPoint ) const

◆ MaximumCoordinate()

double ON_2fPoint::MaximumCoordinate ( ) const

◆ MaximumCoordinateIndex()

int ON_2fPoint::MaximumCoordinateIndex ( ) const

◆ operator const float *()

ON_2fPoint::operator const float * ( ) const

◆ operator float *()

ON_2fPoint::operator float * ( )

◆ operator!=()

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

◆ operator*() [1/6]

float ON_2fPoint::operator* ( const ON_2fPoint ) const

◆ operator*() [2/6]

float ON_2fPoint::operator* ( const ON_2fVector ) const

◆ operator*() [3/6]

float ON_2fPoint::operator* ( const ON_4fPoint ) const

◆ operator*() [4/6]

ON_2dPoint ON_2fPoint::operator* ( double  ) const

◆ operator*() [5/6]

ON_2fPoint ON_2fPoint::operator* ( float  ) const

◆ operator*() [6/6]

ON_2fPoint ON_2fPoint::operator* ( int  ) const

◆ operator*=()

ON_2fPoint& ON_2fPoint::operator*= ( float  )

◆ operator+() [1/8]

ON_2dPoint ON_2fPoint::operator+ ( const ON_2dPoint ) const

◆ operator+() [2/8]

ON_2dPoint ON_2fPoint::operator+ ( const ON_2dVector ) const

◆ operator+() [3/8]

ON_2fPoint ON_2fPoint::operator+ ( const ON_2fPoint ) const

◆ operator+() [4/8]

ON_2fPoint ON_2fPoint::operator+ ( const ON_2fVector ) const

◆ operator+() [5/8]

ON_3dPoint ON_2fPoint::operator+ ( const ON_3dPoint ) const

◆ operator+() [6/8]

ON_3dPoint ON_2fPoint::operator+ ( const ON_3dVector ) const

◆ operator+() [7/8]

ON_3fPoint ON_2fPoint::operator+ ( const ON_3fPoint ) const

◆ operator+() [8/8]

ON_3fPoint ON_2fPoint::operator+ ( const ON_3fVector ) const

◆ operator+=() [1/3]

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

◆ operator+=() [2/3]

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

◆ operator+=() [3/3]

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

◆ operator-() [1/8]

ON_2dVector ON_2fPoint::operator- ( const ON_2dPoint ) const

◆ operator-() [2/8]

ON_2dPoint ON_2fPoint::operator- ( const ON_2dVector ) const

◆ operator-() [3/8]

ON_2fVector ON_2fPoint::operator- ( const ON_2fPoint ) const

◆ operator-() [4/8]

ON_2fPoint ON_2fPoint::operator- ( const ON_2fVector ) const

◆ operator-() [5/8]

ON_3dVector ON_2fPoint::operator- ( const ON_3dPoint ) const

◆ operator-() [6/8]

ON_3dPoint ON_2fPoint::operator- ( const ON_3dVector ) const

◆ operator-() [7/8]

ON_3fVector ON_2fPoint::operator- ( const ON_3fPoint ) const

◆ operator-() [8/8]

ON_3fPoint ON_2fPoint::operator- ( const ON_3fVector ) const

◆ operator-=() [1/3]

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

◆ operator-=() [2/3]

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

◆ operator-=() [3/3]

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

◆ operator/() [1/3]

ON_2dPoint ON_2fPoint::operator/ ( double  ) const

◆ operator/() [2/3]

ON_2fPoint ON_2fPoint::operator/ ( float  ) const

◆ operator/() [3/3]

ON_2fPoint ON_2fPoint::operator/ ( int  ) const

◆ operator/=()

ON_2fPoint& ON_2fPoint::operator/= ( float  )

◆ operator<()

bool ON_2fPoint::operator< ( const ON_2fPoint ) const

◆ operator<=()

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

◆ operator=() [1/11]

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

◆ operator=() [2/11]

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

◆ operator=() [3/11]

ON_2fPoint& ON_2fPoint::operator= ( const ON_2dPoint )

◆ operator=() [4/11]

ON_2fPoint& ON_2fPoint::operator= ( const ON_2dVector )

◆ operator=() [5/11]

ON_2fPoint& ON_2fPoint::operator= ( const ON_2fVector )

◆ operator=() [6/11]

ON_2fPoint& ON_2fPoint::operator= ( const ON_3dPoint )

◆ operator=() [7/11]

ON_2fPoint& ON_2fPoint::operator= ( const ON_3dVector )

◆ operator=() [8/11]

ON_2fPoint& ON_2fPoint::operator= ( const ON_3fPoint )

◆ operator=() [9/11]

ON_2fPoint& ON_2fPoint::operator= ( const ON_3fVector )

◆ operator=() [10/11]

ON_2fPoint& ON_2fPoint::operator= ( const ON_4dPoint )

◆ operator=() [11/11]

ON_2fPoint& ON_2fPoint::operator= ( const ON_4fPoint )

◆ operator==()

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

◆ operator>()

bool ON_2fPoint::operator> ( const ON_2fPoint ) const

◆ operator>=()

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

◆ operator[]() [1/4]

float& ON_2fPoint::operator[] ( int  )

◆ operator[]() [2/4]

float ON_2fPoint::operator[] ( int  ) const

◆ operator[]() [3/4]

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

◆ operator[]() [4/4]

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

◆ Rotate() [1/2]

void ON_2fPoint::Rotate ( double  ,
const ON_2fPoint  
)

◆ Rotate() [2/2]

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

◆ Set()

void ON_2fPoint::Set ( float  ,
float   
)

◆ Transform()

void ON_2fPoint::Transform ( const ON_Xform )

◆ Zero()

void ON_2fPoint::Zero ( )

Member Data Documentation

◆ Origin

const ON_2fPoint ON_2fPoint::Origin
static

Definition at line 43 of file opennurbs_fpoint.h.

◆ x

float ON_2fPoint::x

Definition at line 41 of file opennurbs_fpoint.h.

◆ y

float ON_2fPoint::y

Definition at line 41 of file opennurbs_fpoint.h.


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