![]() |
QCAD
Open Source 2D CAD
|
#include <opennurbs_point.h>
Public Attributes | |
double | x |
double | y |
double | z |
Static Public Attributes | |
static const ON_3dPoint | Origin |
static const ON_3dPoint | UnsetPoint |
ON_3dPoint::ON_3dPoint | ( | ) |
ON_3dPoint::ON_3dPoint | ( | double | x, |
double | y, | ||
double | z ) |
ON_3dPoint::ON_3dPoint | ( | const ON_2dPoint & | p | ) |
ON_3dPoint::ON_3dPoint | ( | const ON_4dPoint & | p | ) |
ON_3dPoint::ON_3dPoint | ( | const ON_2dVector & | v | ) |
ON_3dPoint::ON_3dPoint | ( | const ON_3dVector & | v | ) |
ON_3dPoint::ON_3dPoint | ( | const double * | p | ) |
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 * | p | ) |
double ON_3dPoint::DistanceTo | ( | const ON_3dPoint & | p | ) | 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 & | p | ) | const |
double ON_3dPoint::operator* | ( | const ON_3dPoint & | h | ) | const |
double ON_3dPoint::operator* | ( | const ON_3dVector & | h | ) | const |
double ON_3dPoint::operator* | ( | const ON_4dPoint & | h | ) | const |
ON_3dPoint ON_3dPoint::operator* | ( | const ON_Xform & | xform | ) | const |
ON_3dPoint ON_3dPoint::operator* | ( | double | d | ) | const |
ON_3dPoint ON_3dPoint::operator* | ( | float | f | ) | const |
ON_3dPoint ON_3dPoint::operator* | ( | int | i | ) | const |
ON_3dPoint & ON_3dPoint::operator*= | ( | double | d | ) |
ON_3dPoint ON_3dPoint::operator+ | ( | const ON_2dPoint & | p | ) | const |
ON_3dPoint ON_3dPoint::operator+ | ( | const ON_2dVector & | v | ) | const |
ON_3dPoint ON_3dPoint::operator+ | ( | const ON_2fPoint & | p | ) | const |
ON_3dPoint ON_3dPoint::operator+ | ( | const ON_2fVector & | v | ) | const |
ON_3dPoint ON_3dPoint::operator+ | ( | const ON_3dPoint & | p | ) | const |
ON_3dPoint ON_3dPoint::operator+ | ( | const ON_3dVector & | v | ) | const |
ON_3dPoint ON_3dPoint::operator+ | ( | const ON_3fPoint & | p | ) | const |
ON_3dPoint ON_3dPoint::operator+ | ( | const ON_3fVector & | v | ) | const |
ON_3dPoint & ON_3dPoint::operator+= | ( | const ON_3dPoint & | p | ) |
ON_3dPoint & ON_3dPoint::operator+= | ( | const ON_3dVector & | v | ) |
ON_3dVector ON_3dPoint::operator- | ( | const ON_2dPoint & | p | ) | const |
ON_3dPoint ON_3dPoint::operator- | ( | const ON_2dVector & | v | ) | const |
ON_3dVector ON_3dPoint::operator- | ( | const ON_2fPoint & | p | ) | const |
ON_3dPoint ON_3dPoint::operator- | ( | const ON_2fVector & | v | ) | const |
ON_3dVector ON_3dPoint::operator- | ( | const ON_3dPoint & | p | ) | const |
ON_3dPoint ON_3dPoint::operator- | ( | const ON_3dVector & | v | ) | const |
ON_3dVector ON_3dPoint::operator- | ( | const ON_3fPoint & | p | ) | const |
ON_3dPoint ON_3dPoint::operator- | ( | const ON_3fVector & | v | ) | const |
ON_3dPoint & ON_3dPoint::operator-= | ( | const ON_3dPoint & | p | ) |
ON_3dPoint & ON_3dPoint::operator-= | ( | const ON_3dVector & | v | ) |
ON_3dPoint ON_3dPoint::operator/ | ( | double | d | ) | const |
ON_3dPoint ON_3dPoint::operator/ | ( | float | f | ) | const |
ON_3dPoint ON_3dPoint::operator/ | ( | int | i | ) | const |
ON_3dPoint & ON_3dPoint::operator/= | ( | double | d | ) |
bool ON_3dPoint::operator< | ( | const ON_3dPoint & | p | ) | const |
bool ON_3dPoint::operator<= | ( | const ON_3dPoint & | p | ) | 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 * | p | ) |
ON_3dPoint & ON_3dPoint::operator= | ( | const float * | p | ) |
ON_3dPoint & ON_3dPoint::operator= | ( | const ON_2dPoint & | p | ) |
ON_3dPoint & ON_3dPoint::operator= | ( | const ON_2dVector & | v | ) |
ON_3dPoint & ON_3dPoint::operator= | ( | const ON_3dVector & | v | ) |
ON_3dPoint & ON_3dPoint::operator= | ( | const ON_4dPoint & | p | ) |
bool ON_3dPoint::operator== | ( | const ON_3dPoint & | p | ) | const |
bool ON_3dPoint::operator> | ( | const ON_3dPoint & | p | ) | const |
bool ON_3dPoint::operator>= | ( | const ON_3dPoint & | p | ) | const |
double & ON_3dPoint::operator[] | ( | int | i | ) |
double ON_3dPoint::operator[] | ( | int | i | ) | 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::Zero | ( | ) |
|
static |
|
static |
double ON_3dPoint::x |
double ON_3dPoint::y |
double ON_3dPoint::z |