Point Cloud Library (PCL)  1.7.0
Public Member Functions | Public Attributes | Static Public Attributes
ON_3fPoint Class Reference

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

List of all members.

Public Member Functions

 ON_3fPoint ()
 ON_3fPoint (float x, float y, float z)
 ON_3fPoint (const ON_2fPoint &)
 ON_3fPoint (const ON_4fPoint &)
 ON_3fPoint (const ON_2fVector &)
 ON_3fPoint (const ON_3fVector &)
 ON_3fPoint (const float *)
 ON_3fPoint (const ON_2dPoint &)
 ON_3fPoint (const ON_3dPoint &)
 ON_3fPoint (const ON_4dPoint &)
 ON_3fPoint (const ON_2dVector &)
 ON_3fPoint (const ON_3dVector &)
 ON_3fPoint (const double *)
 operator float * ()
 operator const float * () const
ON_3fPointoperator= (const ON_2fPoint &)
ON_3fPointoperator= (const ON_4fPoint &)
ON_3fPointoperator= (const ON_2fVector &)
ON_3fPointoperator= (const ON_3fVector &)
ON_3fPointoperator= (const float *)
ON_3fPointoperator= (const ON_2dPoint &)
ON_3fPointoperator= (const ON_3dPoint &)
ON_3fPointoperator= (const ON_4dPoint &)
ON_3fPointoperator= (const ON_2dVector &)
ON_3fPointoperator= (const ON_3dVector &)
ON_3fPointoperator= (const double *)
ON_3fPointoperator*= (float)
ON_3fPointoperator/= (float)
ON_3fPointoperator+= (const ON_3fPoint &)
ON_3fPointoperator+= (const ON_3fVector &)
ON_3fPointoperator-= (const ON_3fPoint &)
ON_3fPointoperator-= (const ON_3fVector &)
ON_3fPoint operator* (int) const
ON_3fPoint operator/ (int) const
ON_3fPoint operator* (float) const
ON_3fPoint operator/ (float) const
ON_3dPoint operator* (double) const
ON_3dPoint operator/ (double) 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_3fPoint operator+ (const ON_2fPoint &) const
ON_3fPoint operator+ (const ON_2fVector &) const
ON_3fVector operator- (const ON_2fPoint &) const
ON_3fPoint operator- (const ON_2fVector &) 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
ON_3dPoint operator+ (const ON_2dPoint &) const
ON_3dPoint operator+ (const ON_2dVector &) const
ON_3dVector operator- (const ON_2dPoint &) const
ON_3dPoint operator- (const ON_2dVector &) const
float operator* (const ON_3fPoint &) const
float operator* (const ON_3fVector &) const
float operator* (const ON_4fPoint &) const
bool operator== (const ON_3fPoint &) const
bool operator!= (const ON_3fPoint &) const
bool operator<= (const ON_3fPoint &) const
bool operator>= (const ON_3fPoint &) const
bool operator< (const ON_3fPoint &) const
bool operator> (const ON_3fPoint &) const
float & operator[] (int)
float operator[] (int) const
float & operator[] (unsigned int)
float operator[] (unsigned int) const
void Set (float, float, float)
double DistanceTo (const ON_3fPoint &) const
int MaximumCoordinateIndex () const
double MaximumCoordinate () const
double Fuzz (double=ON_ZERO_TOLERANCE) const
void Zero ()
void Transform (const ON_Xform &)
void Rotate (double, const ON_3fVector &, const ON_3fPoint &)
void Rotate (double, double, const ON_3fVector &, const ON_3fPoint &)

Public Attributes

float x
float y
float z

Static Public Attributes

static const ON_3fPoint Origin

Detailed Description

Definition at line 174 of file opennurbs_fpoint.h.


Constructor & Destructor Documentation

ON_3fPoint::ON_3fPoint ( float  x,
float  y,
float  z 
)
ON_3fPoint::ON_3fPoint ( const float *  )
ON_3fPoint::ON_3fPoint ( const double *  )

Member Function Documentation

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

Member Data Documentation

Definition at line 179 of file opennurbs_fpoint.h.

Definition at line 177 of file opennurbs_fpoint.h.

Definition at line 177 of file opennurbs_fpoint.h.

Definition at line 177 of file opennurbs_fpoint.h.


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