|
Point Cloud Library (PCL) 1.15.1
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_fpoint.h>
Static Public Member Functions | |
| static const ON_2fVector & | UnitVector (int) |
Public Attributes | |
| float | x |
| float | y |
Static Public Attributes | |
| static const ON_2fVector | ZeroVector |
| static const ON_2fVector | XAxis |
| static const ON_2fVector | YAxis |
Definition at line 399 of file opennurbs_fpoint.h.
| ON_2fVector::ON_2fVector | ( | ) |
Referenced by Decompose(), IsParallelTo(), IsPerpendicularTo(), operator!=(), operator*(), operator*(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-(), operator-=(), operator/(), operator/(), operator/=(), operator<(), operator<=(), operator=(), operator=(), operator=(), operator=(), operator=(), operator=(), operator=(), operator=(), operator=(), operator==(), operator>(), operator>=(), PerpendicularTo(), and UnitVector().
| ON_2fVector::ON_2fVector | ( | const ON_2fPoint & | ) |
| ON_2fVector::ON_2fVector | ( | const ON_3fPoint & | ) |
| ON_2fVector::ON_2fVector | ( | const ON_4fPoint & | ) |
| ON_2fVector::ON_2fVector | ( | const ON_3fVector & | ) |
| ON_2fVector::ON_2fVector | ( | const float * | ) |
| ON_2fVector::ON_2fVector | ( | const ON_2dPoint & | ) |
| ON_2fVector::ON_2fVector | ( | const ON_3dPoint & | ) |
| ON_2fVector::ON_2fVector | ( | const ON_4dPoint & | ) |
| ON_2fVector::ON_2fVector | ( | const ON_2dVector & | ) |
| ON_2fVector::ON_2fVector | ( | const ON_3dVector & | ) |
| ON_2fVector::ON_2fVector | ( | const double * | ) |
| bool ON_2fVector::Decompose | ( | const ON_2fVector & | , |
| const ON_2fVector & | , | ||
| double * | , | ||
| double * | ) const |
References ON_2fVector().
| int ON_2fVector::IsParallelTo | ( | const ON_2fVector & | , |
| double | = ON_DEFAULT_ANGLE_TOLERANCE ) const |
References ON_2fVector().
| bool ON_2fVector::IsPerpendicularTo | ( | const ON_2fVector & | , |
| double | = ON_DEFAULT_ANGLE_TOLERANCE ) const |
References ON_2fVector().
| bool ON_2fVector::IsTiny | ( | double | = ON_ZERO_TOLERANCE | ) | const |
| bool ON_2fVector::IsUnitVector | ( | ) | const |
| bool ON_2fVector::IsZero | ( | ) | const |
| double ON_2fVector::Length | ( | ) | const |
| double ON_2fVector::LengthSquared | ( | ) | const |
| double ON_2fVector::MaximumCoordinate | ( | ) | const |
| int ON_2fVector::MaximumCoordinateIndex | ( | ) | const |
| ON_2fVector::operator const float * | ( | ) | const |
| ON_2fVector::operator float * | ( | ) |
| bool ON_2fVector::operator!= | ( | const ON_2fVector & | ) | const |
References ON_2fVector().
| double ON_2fVector::operator* | ( | const ON_2dVector & | ) | const |
| float ON_2fVector::operator* | ( | const ON_2fPoint & | ) | const |
| float ON_2fVector::operator* | ( | const ON_2fVector & | ) | const |
References ON_2fVector().
| float ON_2fVector::operator* | ( | const ON_4fPoint & | ) | const |
| ON_2dVector ON_2fVector::operator* | ( | double | ) | const |
| ON_2fVector ON_2fVector::operator* | ( | float | ) | const |
References ON_2fVector().
| ON_2fVector ON_2fVector::operator* | ( | int | ) | const |
References ON_2fVector().
| ON_2fVector & ON_2fVector::operator*= | ( | float | ) |
References ON_2fVector().
| ON_2dPoint ON_2fVector::operator+ | ( | const ON_2dPoint & | ) | const |
| ON_2dVector ON_2fVector::operator+ | ( | const ON_2dVector & | ) | const |
| ON_2fPoint ON_2fVector::operator+ | ( | const ON_2fPoint & | ) | const |
| ON_2fVector ON_2fVector::operator+ | ( | const ON_2fVector & | ) | const |
References ON_2fVector().
| ON_3dPoint ON_2fVector::operator+ | ( | const ON_3dPoint & | ) | const |
| ON_3dVector ON_2fVector::operator+ | ( | const ON_3dVector & | ) | const |
| ON_3fPoint ON_2fVector::operator+ | ( | const ON_3fPoint & | ) | const |
| ON_3fVector ON_2fVector::operator+ | ( | const ON_3fVector & | ) | const |
| ON_2fVector & ON_2fVector::operator+= | ( | const ON_2fVector & | ) |
References ON_2fVector().
| ON_2fVector ON_2fVector::operator- | ( | ) | const |
References ON_2fVector().
| ON_2dPoint ON_2fVector::operator- | ( | const ON_2dPoint & | ) | const |
| ON_2dVector ON_2fVector::operator- | ( | const ON_2dVector & | ) | const |
| ON_2fPoint ON_2fVector::operator- | ( | const ON_2fPoint & | ) | const |
| ON_2fVector ON_2fVector::operator- | ( | const ON_2fVector & | ) | const |
References ON_2fVector().
| ON_3dPoint ON_2fVector::operator- | ( | const ON_3dPoint & | ) | const |
| ON_3dVector ON_2fVector::operator- | ( | const ON_3dVector & | ) | const |
| ON_3fPoint ON_2fVector::operator- | ( | const ON_3fPoint & | ) | const |
| ON_3fVector ON_2fVector::operator- | ( | const ON_3fVector & | ) | const |
| ON_2fVector & ON_2fVector::operator-= | ( | const ON_2fVector & | ) |
References ON_2fVector().
| ON_2dVector ON_2fVector::operator/ | ( | double | ) | const |
| ON_2fVector ON_2fVector::operator/ | ( | float | ) | const |
References ON_2fVector().
| ON_2fVector ON_2fVector::operator/ | ( | int | ) | const |
References ON_2fVector().
| ON_2fVector & ON_2fVector::operator/= | ( | float | ) |
References ON_2fVector().
| bool ON_2fVector::operator< | ( | const ON_2fVector & | ) | const |
References ON_2fVector().
| bool ON_2fVector::operator<= | ( | const ON_2fVector & | ) | const |
References ON_2fVector().
| ON_2fVector & ON_2fVector::operator= | ( | const double * | ) |
References ON_2fVector().
| ON_2fVector & ON_2fVector::operator= | ( | const float * | ) |
References ON_2fVector().
| ON_2fVector & ON_2fVector::operator= | ( | const ON_2dPoint & | ) |
References ON_2fVector().
| ON_2fVector & ON_2fVector::operator= | ( | const ON_2dVector & | ) |
References ON_2fVector().
| ON_2fVector & ON_2fVector::operator= | ( | const ON_2fPoint & | ) |
References ON_2fVector().
| ON_2fVector & ON_2fVector::operator= | ( | const ON_3dPoint & | ) |
References ON_2fVector().
| ON_2fVector & ON_2fVector::operator= | ( | const ON_3dVector & | ) |
References ON_2fVector().
| ON_2fVector & ON_2fVector::operator= | ( | const ON_3fPoint & | ) |
References ON_2fVector().
| ON_2fVector & ON_2fVector::operator= | ( | const ON_3fVector & | ) |
References ON_2fVector().
| bool ON_2fVector::operator== | ( | const ON_2fVector & | ) | const |
References ON_2fVector().
| bool ON_2fVector::operator> | ( | const ON_2fVector & | ) | const |
References ON_2fVector().
| bool ON_2fVector::operator>= | ( | const ON_2fVector & | ) | const |
References ON_2fVector().
| float & ON_2fVector::operator[] | ( | int | ) |
| float ON_2fVector::operator[] | ( | int | ) | const |
| float & ON_2fVector::operator[] | ( | unsigned int | ) |
| float ON_2fVector::operator[] | ( | unsigned int | ) | const |
| bool ON_2fVector::PerpendicularTo | ( | const ON_2fPoint & | , |
| const ON_2fPoint & | ) |
| bool ON_2fVector::PerpendicularTo | ( | const ON_2fVector & | ) |
References ON_2fVector().
| void ON_2fVector::Reverse | ( | ) |
| void ON_2fVector::Set | ( | float | , |
| float | ) |
| bool ON_2fVector::Unitize | ( | ) |
|
static |
References ON_2fVector().
| void ON_2fVector::Zero | ( | ) |
| float ON_2fVector::x |
Definition at line 402 of file opennurbs_fpoint.h.
Referenced by ON_2fVector().
|
static |
Definition at line 405 of file opennurbs_fpoint.h.
| float ON_2fVector::y |
Definition at line 402 of file opennurbs_fpoint.h.
Referenced by ON_2fVector().
|
static |
Definition at line 406 of file opennurbs_fpoint.h.
|
static |
Definition at line 404 of file opennurbs_fpoint.h.