Point Cloud Library (PCL)
1.14.1-dev
|
#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 | ( | ) |
ON_2fVector::ON_2fVector | ( | float | x, |
float | y | ||
) |
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 |
int ON_2fVector::IsParallelTo | ( | const ON_2fVector & | , |
double | = ON_DEFAULT_ANGLE_TOLERANCE |
||
) | const |
bool ON_2fVector::IsPerpendicularTo | ( | const ON_2fVector & | , |
double | = ON_DEFAULT_ANGLE_TOLERANCE |
||
) | const |
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 |
double ON_2fVector::operator* | ( | const ON_2dVector & | ) | const |
float ON_2fVector::operator* | ( | const ON_2fPoint & | ) | const |
float ON_2fVector::operator* | ( | const ON_2fVector & | ) | const |
float ON_2fVector::operator* | ( | const ON_4fPoint & | ) | const |
ON_2dVector ON_2fVector::operator* | ( | double | ) | const |
ON_2fVector ON_2fVector::operator* | ( | float | ) | const |
ON_2fVector ON_2fVector::operator* | ( | int | ) | const |
ON_2fVector& ON_2fVector::operator*= | ( | float | ) |
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 |
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 & | ) |
ON_2fVector ON_2fVector::operator- | ( | ) | const |
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 |
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 & | ) |
ON_2dVector ON_2fVector::operator/ | ( | double | ) | const |
ON_2fVector ON_2fVector::operator/ | ( | float | ) | const |
ON_2fVector ON_2fVector::operator/ | ( | int | ) | const |
ON_2fVector& ON_2fVector::operator/= | ( | float | ) |
bool ON_2fVector::operator< | ( | const ON_2fVector & | ) | const |
bool ON_2fVector::operator<= | ( | const ON_2fVector & | ) | const |
ON_2fVector& ON_2fVector::operator= | ( | const double * | ) |
ON_2fVector& ON_2fVector::operator= | ( | const float * | ) |
ON_2fVector& ON_2fVector::operator= | ( | const ON_2dPoint & | ) |
ON_2fVector& ON_2fVector::operator= | ( | const ON_2dVector & | ) |
ON_2fVector& ON_2fVector::operator= | ( | const ON_2fPoint & | ) |
ON_2fVector& ON_2fVector::operator= | ( | const ON_3dPoint & | ) |
ON_2fVector& ON_2fVector::operator= | ( | const ON_3dVector & | ) |
ON_2fVector& ON_2fVector::operator= | ( | const ON_3fPoint & | ) |
ON_2fVector& ON_2fVector::operator= | ( | const ON_3fVector & | ) |
bool ON_2fVector::operator== | ( | const ON_2fVector & | ) | const |
bool ON_2fVector::operator> | ( | const ON_2fVector & | ) | const |
bool ON_2fVector::operator>= | ( | const ON_2fVector & | ) | const |
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 & | ) |
void ON_2fVector::Reverse | ( | ) |
void ON_2fVector::Set | ( | float | , |
float | |||
) |
bool ON_2fVector::Unitize | ( | ) |
|
static |
void ON_2fVector::Zero | ( | ) |
float ON_2fVector::x |
Definition at line 402 of file opennurbs_fpoint.h.
|
static |
Definition at line 405 of file opennurbs_fpoint.h.
float ON_2fVector::y |
Definition at line 402 of file opennurbs_fpoint.h.
|
static |
Definition at line 406 of file opennurbs_fpoint.h.
|
static |
Definition at line 404 of file opennurbs_fpoint.h.