| Point Cloud Library (PCL)
    1.15.1-dev
    | 
#include <pcl/surface/3rdparty/opennurbs/opennurbs_point.h>
 Collaboration diagram for ON_3dPoint:
 Collaboration diagram for ON_3dPoint:| Public Attributes | |
| double | x | 
| double | y | 
| double | z | 
| Static Public Attributes | |
| static const ON_3dPoint | Origin | 
| static const ON_3dPoint | UnsetPoint | 
Definition at line 418 of file opennurbs_point.h.
| ON_3dPoint::ON_3dPoint | ( | ) | 
| ON_3dPoint::ON_3dPoint | ( | double | x, | 
| double | y, | ||
| double | z | ||
| ) | 
| ON_3dPoint::ON_3dPoint | ( | const ON_2dPoint & | ) | 
| ON_3dPoint::ON_3dPoint | ( | const ON_4dPoint & | ) | 
| ON_3dPoint::ON_3dPoint | ( | const ON_2dVector & | ) | 
| ON_3dPoint::ON_3dPoint | ( | const ON_3dVector & | ) | 
| ON_3dPoint::ON_3dPoint | ( | const double * | ) | 
| ON_3dPoint::ON_3dPoint | ( | const class ON_2fPoint & | ) | 
| ON_3dPoint::ON_3dPoint | ( | const class ON_3fPoint & | ) | 
| ON_3dPoint::ON_3dPoint | ( | const class ON_4fPoint & | ) | 
| ON_3dPoint::ON_3dPoint | ( | const class ON_2fVector & | ) | 
| ON_3dPoint::ON_3dPoint | ( | const class ON_3fVector & | ) | 
| ON_3dPoint::ON_3dPoint | ( | const float * | ) | 
| double ON_3dPoint::DistanceTo | ( | const ON_3dPoint & | ) | const | 
| double ON_3dPoint::Fuzz | ( | double | tolerance = ON_ZERO_TOLERANCE | ) | const | 
| bool ON_3dPoint::IsUnsetPoint | ( | ) | const | 
| bool ON_3dPoint::IsValid | ( | ) | const | 
| double ON_3dPoint::MaximumCoordinate | ( | ) | const | 
| int ON_3dPoint::MaximumCoordinateIndex | ( | ) | const | 
| double ON_3dPoint::MinimumCoordinate | ( | ) | const | 
| int ON_3dPoint::MinimumCoordinateIndex | ( | ) | const | 
| ON_3dPoint::operator const double * | ( | ) | const | 
| ON_3dPoint::operator double * | ( | ) | 
| bool ON_3dPoint::operator!= | ( | const ON_3dPoint & | ) | const | 
| double ON_3dPoint::operator* | ( | const ON_3dPoint & | ) | const | 
| double ON_3dPoint::operator* | ( | const ON_3dVector & | ) | const | 
| double ON_3dPoint::operator* | ( | const ON_4dPoint & | ) | const | 
| ON_3dPoint ON_3dPoint::operator* | ( | const ON_Xform & | ) | const | 
| ON_3dPoint ON_3dPoint::operator* | ( | double | ) | const | 
| ON_3dPoint ON_3dPoint::operator* | ( | float | ) | const | 
| ON_3dPoint ON_3dPoint::operator* | ( | int | ) | const | 
| ON_3dPoint& ON_3dPoint::operator*= | ( | double | ) | 
| ON_3dPoint ON_3dPoint::operator+ | ( | const ON_2dPoint & | ) | const | 
| ON_3dPoint ON_3dPoint::operator+ | ( | const ON_2dVector & | ) | const | 
| ON_3dPoint ON_3dPoint::operator+ | ( | const ON_2fPoint & | ) | const | 
| ON_3dPoint ON_3dPoint::operator+ | ( | const ON_2fVector & | ) | const | 
| ON_3dPoint ON_3dPoint::operator+ | ( | const ON_3dPoint & | ) | const | 
| ON_3dPoint ON_3dPoint::operator+ | ( | const ON_3dVector & | ) | const | 
| ON_3dPoint ON_3dPoint::operator+ | ( | const ON_3fPoint & | ) | const | 
| ON_3dPoint ON_3dPoint::operator+ | ( | const ON_3fVector & | ) | const | 
| ON_3dPoint& ON_3dPoint::operator+= | ( | const ON_3dPoint & | ) | 
| ON_3dPoint& ON_3dPoint::operator+= | ( | const ON_3dVector & | ) | 
| ON_3dVector ON_3dPoint::operator- | ( | const ON_2dPoint & | ) | const | 
| ON_3dPoint ON_3dPoint::operator- | ( | const ON_2dVector & | ) | const | 
| ON_3dVector ON_3dPoint::operator- | ( | const ON_2fPoint & | ) | const | 
| ON_3dPoint ON_3dPoint::operator- | ( | const ON_2fVector & | ) | const | 
| ON_3dVector ON_3dPoint::operator- | ( | const ON_3dPoint & | ) | const | 
| ON_3dPoint ON_3dPoint::operator- | ( | const ON_3dVector & | ) | const | 
| ON_3dVector ON_3dPoint::operator- | ( | const ON_3fPoint & | ) | const | 
| ON_3dPoint ON_3dPoint::operator- | ( | const ON_3fVector & | ) | const | 
| ON_3dPoint& ON_3dPoint::operator-= | ( | const ON_3dPoint & | ) | 
| ON_3dPoint& ON_3dPoint::operator-= | ( | const ON_3dVector & | ) | 
| ON_3dPoint ON_3dPoint::operator/ | ( | double | ) | const | 
| ON_3dPoint ON_3dPoint::operator/ | ( | float | ) | const | 
| ON_3dPoint ON_3dPoint::operator/ | ( | int | ) | const | 
| ON_3dPoint& ON_3dPoint::operator/= | ( | double | ) | 
| bool ON_3dPoint::operator< | ( | const ON_3dPoint & | ) | const | 
| bool ON_3dPoint::operator<= | ( | const ON_3dPoint & | ) | const | 
| ON_3dPoint& ON_3dPoint::operator= | ( | const class ON_2fPoint & | ) | 
| ON_3dPoint& ON_3dPoint::operator= | ( | const class ON_2fVector & | ) | 
| ON_3dPoint& ON_3dPoint::operator= | ( | const class ON_3fPoint & | ) | 
| ON_3dPoint& ON_3dPoint::operator= | ( | const class ON_3fVector & | ) | 
| ON_3dPoint& ON_3dPoint::operator= | ( | const class ON_4fPoint & | ) | 
| ON_3dPoint& ON_3dPoint::operator= | ( | const double * | ) | 
| ON_3dPoint& ON_3dPoint::operator= | ( | const float * | ) | 
| ON_3dPoint& ON_3dPoint::operator= | ( | const ON_2dPoint & | ) | 
| ON_3dPoint& ON_3dPoint::operator= | ( | const ON_2dVector & | ) | 
| ON_3dPoint& ON_3dPoint::operator= | ( | const ON_3dVector & | ) | 
| ON_3dPoint& ON_3dPoint::operator= | ( | const ON_4dPoint & | ) | 
| bool ON_3dPoint::operator== | ( | const ON_3dPoint & | ) | const | 
| bool ON_3dPoint::operator> | ( | const ON_3dPoint & | ) | const | 
| bool ON_3dPoint::operator>= | ( | const ON_3dPoint & | ) | const | 
| double& ON_3dPoint::operator[] | ( | int | ) | 
| double ON_3dPoint::operator[] | ( | int | ) | const | 
| double& ON_3dPoint::operator[] | ( | unsigned int | ) | 
| double ON_3dPoint::operator[] | ( | unsigned int | ) | const | 
| void ON_3dPoint::Rotate | ( | double | angle, | 
| const ON_3dVector & | axis, | ||
| const ON_3dPoint & | center | ||
| ) | 
| void ON_3dPoint::Rotate | ( | double | sin_angle, | 
| double | cos_angle, | ||
| const ON_3dVector & | axis, | ||
| const ON_3dPoint & | center | ||
| ) | 
| void ON_3dPoint::Set | ( | double | x, | 
| double | y, | ||
| double | z | ||
| ) | 
| void ON_3dPoint::Transform | ( | const ON_Xform & | ) | 
| void ON_3dPoint::Zero | ( | ) | 
| 
 | static | 
Definition at line 423 of file opennurbs_point.h.
| 
 | static | 
Definition at line 424 of file opennurbs_point.h.
| double ON_3dPoint::x | 
Definition at line 421 of file opennurbs_point.h.
| double ON_3dPoint::y | 
Definition at line 421 of file opennurbs_point.h.
| double ON_3dPoint::z | 
Definition at line 421 of file opennurbs_point.h.