Point Cloud Library (PCL)
1.14.1-dev
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_fpoint.h>
Static Public Member Functions | |
static const ON_3fVector & | UnitVector (int) |
Public Attributes | |
float | x |
float | y |
float | z |
Static Public Attributes | |
static const ON_3fVector | ZeroVector |
static const ON_3fVector | XAxis |
static const ON_3fVector | YAxis |
static const ON_3fVector | ZAxis |
Definition at line 631 of file opennurbs_fpoint.h.
ON_3fVector::ON_3fVector | ( | ) |
ON_3fVector::ON_3fVector | ( | float | x, |
float | y, | ||
float | z | ||
) |
ON_3fVector::ON_3fVector | ( | const ON_2fPoint & | ) |
ON_3fVector::ON_3fVector | ( | const ON_3fPoint & | ) |
ON_3fVector::ON_3fVector | ( | const ON_4fPoint & | ) |
ON_3fVector::ON_3fVector | ( | const ON_2fVector & | ) |
ON_3fVector::ON_3fVector | ( | const float * | ) |
ON_3fVector::ON_3fVector | ( | const ON_2dPoint & | ) |
ON_3fVector::ON_3fVector | ( | const ON_3dPoint & | ) |
ON_3fVector::ON_3fVector | ( | const ON_4dPoint & | ) |
ON_3fVector::ON_3fVector | ( | const ON_2dVector & | ) |
ON_3fVector::ON_3fVector | ( | const ON_3dVector & | ) |
ON_3fVector::ON_3fVector | ( | const double * | ) |
double ON_3fVector::Fuzz | ( | double | = ON_ZERO_TOLERANCE | ) | const |
bool ON_3fVector::IsPerpendicularTo | ( | const ON_3fVector & | , |
double | = ON_DEFAULT_ANGLE_TOLERANCE |
||
) | const |
bool ON_3fVector::IsTiny | ( | double | = ON_ZERO_TOLERANCE | ) | const |
bool ON_3fVector::IsUnitVector | ( | ) | const |
bool ON_3fVector::IsZero | ( | ) | const |
double ON_3fVector::Length | ( | ) | const |
double ON_3fVector::LengthSquared | ( | ) | const |
double ON_3fVector::MaximumCoordinate | ( | ) | const |
int ON_3fVector::MaximumCoordinateIndex | ( | ) | const |
ON_3fVector::operator const float * | ( | ) | const |
ON_3fVector::operator float * | ( | ) |
bool ON_3fVector::operator!= | ( | const ON_3fVector & | ) | const |
double ON_3fVector::operator* | ( | const ON_3dVector & | ) | const |
float ON_3fVector::operator* | ( | const ON_3fPoint & | ) | const |
float ON_3fVector::operator* | ( | const ON_3fVector & | ) | const |
float ON_3fVector::operator* | ( | const ON_4fPoint & | ) | const |
ON_3dVector ON_3fVector::operator* | ( | double | ) | const |
ON_3fVector ON_3fVector::operator* | ( | float | ) | const |
ON_3fVector ON_3fVector::operator* | ( | int | ) | const |
ON_3fVector& ON_3fVector::operator*= | ( | float | ) |
ON_3dPoint ON_3fVector::operator+ | ( | const ON_2dPoint & | ) | const |
ON_3dVector ON_3fVector::operator+ | ( | const ON_2dVector & | ) | const |
ON_3fPoint ON_3fVector::operator+ | ( | const ON_2fPoint & | ) | const |
ON_3fVector ON_3fVector::operator+ | ( | const ON_2fVector & | ) | const |
ON_3dPoint ON_3fVector::operator+ | ( | const ON_3dPoint & | ) | const |
ON_3dVector ON_3fVector::operator+ | ( | const ON_3dVector & | ) | const |
ON_3fPoint ON_3fVector::operator+ | ( | const ON_3fPoint & | ) | const |
ON_3fVector ON_3fVector::operator+ | ( | const ON_3fVector & | ) | const |
ON_3fVector& ON_3fVector::operator+= | ( | const ON_3fVector & | ) |
ON_3fVector ON_3fVector::operator- | ( | ) | const |
ON_3dPoint ON_3fVector::operator- | ( | const ON_2dPoint & | ) | const |
ON_3dVector ON_3fVector::operator- | ( | const ON_2dVector & | ) | const |
ON_3fPoint ON_3fVector::operator- | ( | const ON_2fPoint & | ) | const |
ON_3fVector ON_3fVector::operator- | ( | const ON_2fVector & | ) | const |
ON_3dPoint ON_3fVector::operator- | ( | const ON_3dPoint & | ) | const |
ON_3dVector ON_3fVector::operator- | ( | const ON_3dVector & | ) | const |
ON_3fPoint ON_3fVector::operator- | ( | const ON_3fPoint & | ) | const |
ON_3fVector ON_3fVector::operator- | ( | const ON_3fVector & | ) | const |
ON_3fVector& ON_3fVector::operator-= | ( | const ON_3fVector & | ) |
ON_3dVector ON_3fVector::operator/ | ( | double | ) | const |
ON_3fVector ON_3fVector::operator/ | ( | float | ) | const |
ON_3fVector ON_3fVector::operator/ | ( | int | ) | const |
ON_3fVector& ON_3fVector::operator/= | ( | float | ) |
bool ON_3fVector::operator< | ( | const ON_3fVector & | ) | const |
bool ON_3fVector::operator<= | ( | const ON_3fVector & | ) | const |
ON_3fVector& ON_3fVector::operator= | ( | const double * | ) |
ON_3fVector& ON_3fVector::operator= | ( | const float * | ) |
ON_3fVector& ON_3fVector::operator= | ( | const ON_2dPoint & | ) |
ON_3fVector& ON_3fVector::operator= | ( | const ON_2dVector & | ) |
ON_3fVector& ON_3fVector::operator= | ( | const ON_2fPoint & | ) |
ON_3fVector& ON_3fVector::operator= | ( | const ON_2fVector & | ) |
ON_3fVector& ON_3fVector::operator= | ( | const ON_3dPoint & | ) |
ON_3fVector& ON_3fVector::operator= | ( | const ON_3dVector & | ) |
ON_3fVector& ON_3fVector::operator= | ( | const ON_3fPoint & | ) |
ON_3fVector& ON_3fVector::operator= | ( | const ON_4dPoint & | ) |
ON_3fVector& ON_3fVector::operator= | ( | const ON_4fPoint & | ) |
bool ON_3fVector::operator== | ( | const ON_3fVector & | ) | const |
bool ON_3fVector::operator> | ( | const ON_3fVector & | ) | const |
bool ON_3fVector::operator>= | ( | const ON_3fVector & | ) | const |
float& ON_3fVector::operator[] | ( | int | ) |
float ON_3fVector::operator[] | ( | int | ) | const |
float& ON_3fVector::operator[] | ( | unsigned int | ) |
float ON_3fVector::operator[] | ( | unsigned int | ) | const |
bool ON_3fVector::PerpendicularTo | ( | const ON_3fVector & | ) |
void ON_3fVector::Reverse | ( | ) |
void ON_3fVector::Rotate | ( | double | , |
const ON_3fVector & | |||
) |
void ON_3fVector::Rotate | ( | double | , |
double | , | ||
const ON_3fVector & | |||
) |
void ON_3fVector::Set | ( | float | , |
float | , | ||
float | |||
) |
void ON_3fVector::Transform | ( | const ON_Xform & | ) |
bool ON_3fVector::Unitize | ( | ) |
|
static |
void ON_3fVector::Zero | ( | ) |
float ON_3fVector::x |
Definition at line 634 of file opennurbs_fpoint.h.
|
static |
Definition at line 637 of file opennurbs_fpoint.h.
float ON_3fVector::y |
Definition at line 634 of file opennurbs_fpoint.h.
|
static |
Definition at line 638 of file opennurbs_fpoint.h.
float ON_3fVector::z |
Definition at line 634 of file opennurbs_fpoint.h.
|
static |
Definition at line 639 of file opennurbs_fpoint.h.
|
static |
Definition at line 636 of file opennurbs_fpoint.h.