#include <opennurbs_point.h>
Public Member Functions | |
ON_3dPoint ()=default | |
x,y,z not initialized More... | |
ON_3dPoint (const ON_3dPoint &)=default | |
ON_3dPoint (double x, double y, double z) | |
ON_3dPoint (const ON_2dPoint &) | |
ON_3dPoint (const ON_4dPoint &h) | |
ON_3dPoint (const ON_2dVector &) | |
ON_3dPoint (const ON_3dVector &) | |
ON_3dPoint (const double *) | |
ON_3dPoint (const class ON_2fPoint &) | |
ON_3dPoint (const class ON_3fPoint &) | |
ON_3dPoint (const class ON_4fPoint &h) | |
ON_3dPoint (const class ON_2fVector &) | |
ON_3dPoint (const class ON_3fVector &) | |
ON_3dPoint (const float *) | |
~ON_3dPoint ()=default | |
ON__UINT32 | DataCRC (ON__UINT32 current_remainder) const |
double | DistanceTo (const ON_3dPoint &) const |
double | Fuzz (double tolerance=ON_ZERO_TOLERANCE) const |
bool | IsNotZero () const |
bool | IsUnset () const |
bool | IsValid () const |
bool | IsZero () const |
double | MaximumCoordinate () const |
int | MaximumCoordinateIndex () const |
double | MinimumCoordinate () const |
int | MinimumCoordinateIndex () const |
operator const double * () const | |
operator double * () | |
(double*) conversion operators More... | |
bool | operator!= (const ON_3dPoint &) const |
ON_3dPoint | operator* (int) const |
ON_3dPoint | operator* (float) const |
ON_3dPoint | operator* (double) const |
double | operator* (const ON_3dPoint &) const |
double | operator* (const ON_3dVector &) const |
ON_3dPoint | operator* (const ON_Xform &) const |
ON_3dPoint & | operator*= (double) |
ON_3dPoint | operator+ (const ON_3dPoint &) const |
ON_3dPoint | operator+ (const ON_3dVector &) const |
ON_3dPoint | operator+ (const ON_2dPoint &) const |
ON_3dPoint | operator+ (const ON_2dVector &) const |
ON_3dPoint | operator+ (const ON_3fPoint &) const |
ON_3dPoint | operator+ (const ON_3fVector &) const |
ON_3dPoint | operator+ (const ON_2fPoint &) const |
ON_3dPoint | operator+ (const ON_2fVector &) const |
ON_3dPoint & | operator+= (const ON_3dVector &) |
ON_3dVector | operator- (const ON_3dPoint &) const |
ON_3dPoint | operator- (const ON_3dVector &) const |
ON_3dVector | operator- (const ON_2dPoint &) const |
ON_3dPoint | operator- (const ON_2dVector &) const |
ON_3dVector | operator- (const ON_3fPoint &) const |
ON_3dPoint | operator- (const ON_3fVector &) const |
ON_3dVector | operator- (const ON_2fPoint &) const |
ON_3dPoint | operator- (const ON_2fVector &) const |
ON_3dPoint & | operator-= (const ON_3dVector &) |
ON_3dPoint | operator/ (int) const |
ON_3dPoint | operator/ (float) const |
ON_3dPoint | operator/ (double) const |
ON_3dPoint & | operator/= (double) |
bool | operator< (const ON_3dPoint &) const |
bool | operator<= (const ON_3dPoint &) const |
dictionary order comparisons More... | |
ON_3dPoint & | operator= (const ON_3dPoint &)=default |
ON_3dPoint & | operator= (const ON_2dPoint &) |
use implicit operator=(const ON_3dPoint&) More... | |
ON_3dPoint & | operator= (const ON_4dPoint &) |
ON_3dPoint & | operator= (const ON_2dVector &) |
ON_3dPoint & | operator= (const ON_3dVector &) |
ON_3dPoint & | operator= (const double *) |
ON_3dPoint & | operator= (const class ON_2fPoint &) |
ON_3dPoint & | operator= (const class ON_3fPoint &) |
ON_3dPoint & | operator= (const class ON_4fPoint &) |
ON_3dPoint & | operator= (const class ON_2fVector &) |
ON_3dPoint & | operator= (const class ON_3fVector &) |
ON_3dPoint & | operator= (const float *) |
bool | operator== (const ON_3dPoint &) const |
bool | operator> (const ON_3dPoint &) const |
bool | operator>= (const ON_3dPoint &) const |
double & | operator[] (int) |
index operators mimic double[3] behavior More... | |
double | operator[] (int) const |
double & | operator[] (unsigned int) |
double | operator[] (unsigned int) const |
void | Rotate (double angle, const ON_3dVector &axis, const ON_3dPoint ¢er) |
void | Rotate (double sin_angle, double cos_angle, const ON_3dVector &axis, const ON_3dPoint ¢er) |
void | Set (double x, double y, double z) |
set 3d point value More... | |
void | Transform (const ON_Xform &) |
void | Zero () |
Static Public Member Functions | |
static int | Compare (const ON_3dPoint &lhs, const ON_3dPoint &rhs) |
A well ordered dictionary compare function that is nan aware and can be used for robust sorting. More... | |
Public Attributes | |
double | x |
double | y |
double | z |
Static Public Attributes | |
static const ON_3dPoint | NanPoint |
static const ON_3dPoint | Origin |
static const ON_3dPoint | UnsetPoint |
|
default |
x,y,z not initialized
|
default |
|
default |
|
explicit |
ON_3dPoint::ON_3dPoint | ( | const ON_2dPoint & | ) |
|
explicit |
|
explicit |
ON_3dPoint::ON_3dPoint | ( | const ON_3dVector & | ) |
|
explicit |
|
explicit |
ON_3dPoint::ON_3dPoint | ( | const class ON_3fPoint & | ) |
|
explicit |
|
explicit |
|
explicit |
|
explicit |
|
static |
A well ordered dictionary compare function that is nan aware and can be used for robust sorting.
ON__UINT32 ON_3dPoint::DataCRC | ( | ON__UINT32 | current_remainder | ) | const |
double ON_3dPoint::DistanceTo | ( | const ON_3dPoint & | ) | const |
double ON_3dPoint::Fuzz | ( | double | tolerance = ON_ZERO_TOLERANCE | ) | const |
bool ON_3dPoint::IsNotZero | ( | ) | const |
bool ON_3dPoint::IsUnset | ( | ) | const |
bool ON_3dPoint::IsValid | ( | ) | const |
bool ON_3dPoint::IsZero | ( | ) | 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 * | ( | ) |
(double*) conversion operators
bool ON_3dPoint::operator!= | ( | const ON_3dPoint & | ) | const |
ON_3dPoint ON_3dPoint::operator* | ( | int | ) | const |
ON_3dPoint ON_3dPoint::operator* | ( | float | ) | const |
ON_3dPoint ON_3dPoint::operator* | ( | double | ) | const |
double ON_3dPoint::operator* | ( | const ON_3dPoint & | ) | const |
double ON_3dPoint::operator* | ( | const ON_3dVector & | ) | const |
ON_3dPoint ON_3dPoint::operator* | ( | const ON_Xform & | ) | const |
ON_3dPoint& ON_3dPoint::operator*= | ( | double | ) |
ON_3dPoint ON_3dPoint::operator+ | ( | const ON_3dPoint & | ) | const |
ON_3dPoint ON_3dPoint::operator+ | ( | const ON_3dVector & | ) | const |
ON_3dPoint ON_3dPoint::operator+ | ( | const ON_2dPoint & | ) | const |
ON_3dPoint ON_3dPoint::operator+ | ( | const ON_2dVector & | ) | const |
ON_3dPoint ON_3dPoint::operator+ | ( | const ON_3fPoint & | ) | const |
ON_3dPoint ON_3dPoint::operator+ | ( | const ON_3fVector & | ) | const |
ON_3dPoint ON_3dPoint::operator+ | ( | const ON_2fPoint & | ) | const |
ON_3dPoint ON_3dPoint::operator+ | ( | const ON_2fVector & | ) | const |
ON_3dPoint& ON_3dPoint::operator+= | ( | const ON_3dVector & | ) |
ON_3dVector ON_3dPoint::operator- | ( | const ON_3dPoint & | ) | const |
ON_3dPoint ON_3dPoint::operator- | ( | const ON_3dVector & | ) | const |
ON_3dVector ON_3dPoint::operator- | ( | const ON_2dPoint & | ) | const |
ON_3dPoint ON_3dPoint::operator- | ( | const ON_2dVector & | ) | const |
ON_3dVector ON_3dPoint::operator- | ( | const ON_3fPoint & | ) | const |
ON_3dPoint ON_3dPoint::operator- | ( | const ON_3fVector & | ) | const |
ON_3dVector ON_3dPoint::operator- | ( | const ON_2fPoint & | ) | const |
ON_3dPoint ON_3dPoint::operator- | ( | const ON_2fVector & | ) | const |
ON_3dPoint& ON_3dPoint::operator-= | ( | const ON_3dVector & | ) |
ON_3dPoint ON_3dPoint::operator/ | ( | int | ) | const |
ON_3dPoint ON_3dPoint::operator/ | ( | float | ) | const |
ON_3dPoint ON_3dPoint::operator/ | ( | double | ) | const |
ON_3dPoint& ON_3dPoint::operator/= | ( | double | ) |
bool ON_3dPoint::operator< | ( | const ON_3dPoint & | ) | const |
bool ON_3dPoint::operator<= | ( | const ON_3dPoint & | ) | const |
dictionary order comparisons
|
default |
ON_3dPoint& ON_3dPoint::operator= | ( | const ON_2dPoint & | ) |
use implicit operator=(const ON_3dPoint&)
ON_3dPoint& ON_3dPoint::operator= | ( | const ON_4dPoint & | ) |
ON_3dPoint& ON_3dPoint::operator= | ( | const ON_2dVector & | ) |
ON_3dPoint& ON_3dPoint::operator= | ( | const ON_3dVector & | ) |
ON_3dPoint& ON_3dPoint::operator= | ( | const double * | ) |
ON_3dPoint& ON_3dPoint::operator= | ( | const class ON_2fPoint & | ) |
ON_3dPoint& ON_3dPoint::operator= | ( | const class ON_3fPoint & | ) |
ON_3dPoint& ON_3dPoint::operator= | ( | const class ON_4fPoint & | ) |
ON_3dPoint& ON_3dPoint::operator= | ( | const class ON_2fVector & | ) |
ON_3dPoint& ON_3dPoint::operator= | ( | const class ON_3fVector & | ) |
ON_3dPoint& ON_3dPoint::operator= | ( | const float * | ) |
bool ON_3dPoint::operator== | ( | const ON_3dPoint & | ) | const |
bool ON_3dPoint::operator> | ( | const ON_3dPoint & | ) | const |
bool ON_3dPoint::operator>= | ( | const ON_3dPoint & | ) | const |
double& ON_3dPoint::operator[] | ( | int | ) |
index operators mimic double[3] behavior
double ON_3dPoint::operator[] | ( | int | ) | const |
double& ON_3dPoint::operator[] | ( | unsigned | int | ) |
double ON_3dPoint::operator[] | ( | unsigned | int | ) | 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 | ||
) |
set 3d point value
void ON_3dPoint::Transform | ( | const ON_Xform & | ) |
void ON_3dPoint::Zero | ( | ) |
|
static |
|
static |
|
static |
double ON_3dPoint::x |
double ON_3dPoint::y |
double ON_3dPoint::z |