|
Point Cloud Library (PCL)
1.7.2
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_fpoint.h>
Public Attributes | |
| float | x |
| float | y |
| float | z |
| float | w |
Definition at line 310 of file opennurbs_fpoint.h.
| ON_4fPoint::ON_4fPoint | ( | ) |
| ON_4fPoint::ON_4fPoint | ( | float | x, |
| float | y, | ||
| float | z, | ||
| float | w | ||
| ) |
| ON_4fPoint::ON_4fPoint | ( | const ON_2fPoint & | ) |
| ON_4fPoint::ON_4fPoint | ( | const ON_3fPoint & | ) |
| ON_4fPoint::ON_4fPoint | ( | const ON_2fVector & | ) |
| ON_4fPoint::ON_4fPoint | ( | const ON_3fVector & | ) |
| ON_4fPoint::ON_4fPoint | ( | const float * | ) |
| ON_4fPoint::ON_4fPoint | ( | const ON_2dPoint & | ) |
| ON_4fPoint::ON_4fPoint | ( | const ON_3dPoint & | ) |
| ON_4fPoint::ON_4fPoint | ( | const ON_4dPoint & | ) |
| ON_4fPoint::ON_4fPoint | ( | const ON_2dVector & | ) |
| ON_4fPoint::ON_4fPoint | ( | const ON_3dVector & | ) |
| ON_4fPoint::ON_4fPoint | ( | const double * | ) |
| double ON_4fPoint::MaximumCoordinate | ( | ) | const |
| int ON_4fPoint::MaximumCoordinateIndex | ( | ) | const |
| bool ON_4fPoint::Normalize | ( | ) |
| ON_4fPoint::operator const float * | ( | ) | const |
| ON_4fPoint::operator float * | ( | ) |
| bool ON_4fPoint::operator!= | ( | const ON_4fPoint & | ) | const |
| ON_4fPoint ON_4fPoint::operator* | ( | float | ) | const |
| float ON_4fPoint::operator* | ( | const ON_4fPoint & | ) | const |
| ON_4fPoint& ON_4fPoint::operator*= | ( | float | ) |
| ON_4fPoint ON_4fPoint::operator+ | ( | const ON_4fPoint & | ) | const |
| ON_4fPoint& ON_4fPoint::operator+= | ( | const ON_4fPoint & | ) |
| ON_4fPoint ON_4fPoint::operator- | ( | const ON_4fPoint & | ) | const |
| ON_4fPoint& ON_4fPoint::operator-= | ( | const ON_4fPoint & | ) |
| ON_4fPoint ON_4fPoint::operator/ | ( | float | ) | const |
| ON_4fPoint& ON_4fPoint::operator/= | ( | float | ) |
| ON_4fPoint& ON_4fPoint::operator= | ( | const ON_2fPoint & | ) |
| ON_4fPoint& ON_4fPoint::operator= | ( | const ON_3fPoint & | ) |
| ON_4fPoint& ON_4fPoint::operator= | ( | const ON_2fVector & | ) |
| ON_4fPoint& ON_4fPoint::operator= | ( | const ON_3fVector & | ) |
| ON_4fPoint& ON_4fPoint::operator= | ( | const float * | ) |
| ON_4fPoint& ON_4fPoint::operator= | ( | const ON_2dPoint & | ) |
| ON_4fPoint& ON_4fPoint::operator= | ( | const ON_3dPoint & | ) |
| ON_4fPoint& ON_4fPoint::operator= | ( | const ON_4dPoint & | ) |
| ON_4fPoint& ON_4fPoint::operator= | ( | const ON_2dVector & | ) |
| ON_4fPoint& ON_4fPoint::operator= | ( | const ON_3dVector & | ) |
| ON_4fPoint& ON_4fPoint::operator= | ( | const double * | ) |
| bool ON_4fPoint::operator== | ( | ON_4fPoint | ) | const |
| float& ON_4fPoint::operator[] | ( | int | ) |
| float ON_4fPoint::operator[] | ( | int | ) | const |
| float& ON_4fPoint::operator[] | ( | unsigned | int | ) |
| float ON_4fPoint::operator[] | ( | unsigned | int | ) | const |
| void ON_4fPoint::Set | ( | float | , |
| float | , | ||
| float | , | ||
| float | |||
| ) |
| void ON_4fPoint::Transform | ( | const ON_Xform & | ) |
| void ON_4fPoint::Zero | ( | ) |
| float ON_4fPoint::w |
Definition at line 313 of file opennurbs_fpoint.h.
| float ON_4fPoint::x |
Definition at line 313 of file opennurbs_fpoint.h.
| float ON_4fPoint::y |
Definition at line 313 of file opennurbs_fpoint.h.
| float ON_4fPoint::z |
Definition at line 313 of file opennurbs_fpoint.h.