|
| ON_3fPoint ()=default |
| x,y,z not initialized More...
|
|
| ON_3fPoint (const ON_3fPoint &)=default |
|
| ON_3fPoint (float x, float y, float z) |
|
| ON_3fPoint (const ON_2fPoint &) |
|
| ON_3fPoint (const ON_4fPoint &) |
|
| ON_3fPoint (const ON_2fVector &) |
|
| ON_3fPoint (const ON_3fVector &) |
|
| ON_3fPoint (const float *) |
|
| ON_3fPoint (const ON_2dPoint &) |
|
| ON_3fPoint (const ON_3dPoint &) |
|
| ON_3fPoint (const ON_4dPoint &) |
|
| ON_3fPoint (const ON_2dVector &) |
|
| ON_3fPoint (const ON_3dVector &) |
|
| ON_3fPoint (const double *) |
|
| ~ON_3fPoint ()=default |
|
ON__UINT32 | DataCRC (ON__UINT32 current_remainder) const |
|
double | DistanceTo (const ON_3fPoint &) const |
|
double | Fuzz (double=ON_ZERO_TOLERANCE) const |
|
bool | IsNotZero () const |
|
bool | IsUnset () const |
|
bool | IsValid () const |
|
bool | IsZero () const |
|
double | MaximumCoordinate () const |
|
int | MaximumCoordinateIndex () const |
|
| operator const float * () const |
|
| operator float * () |
| (float*) conversion operators More...
|
|
bool | operator!= (const ON_3fPoint &) const |
|
ON_3fPoint | operator* (int) const |
|
ON_3fPoint | operator* (float) const |
|
ON_3dPoint | operator* (double) const |
|
float | operator* (const ON_3fPoint &) const |
|
float | operator* (const ON_3fVector &) const |
|
ON_3fPoint & | operator*= (float) |
|
ON_3fPoint | operator+ (const ON_3fPoint &) const |
|
ON_3fPoint | operator+ (const ON_3fVector &) const |
|
ON_3fPoint | operator+ (const ON_2fPoint &) const |
|
ON_3fPoint | operator+ (const ON_2fVector &) const |
|
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_3fPoint & | operator+= (const ON_3fVector &) |
|
ON_3fVector | operator- (const ON_3fPoint &) const |
|
ON_3fPoint | operator- (const ON_3fVector &) const |
|
ON_3fVector | operator- (const ON_2fPoint &) const |
|
ON_3fPoint | operator- (const ON_2fVector &) const |
|
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_3fPoint & | operator-= (const ON_3fVector &) |
|
ON_3fPoint | operator/ (int) const |
|
ON_3fPoint | operator/ (float) const |
|
ON_3dPoint | operator/ (double) const |
|
ON_3fPoint & | operator/= (float) |
|
bool | operator< (const ON_3fPoint &) const |
|
bool | operator<= (const ON_3fPoint &) const |
| dictionary order comparisons More...
|
|
ON_3fPoint & | operator= (const ON_3fPoint &)=default |
|
ON_3fPoint & | operator= (const ON_2fPoint &) |
| use implicit operator=(const ON_3fPoint&) More...
|
|
ON_3fPoint & | operator= (const ON_4fPoint &) |
|
ON_3fPoint & | operator= (const ON_2fVector &) |
|
ON_3fPoint & | operator= (const ON_3fVector &) |
|
ON_3fPoint & | operator= (const float *) |
|
ON_3fPoint & | operator= (const ON_2dPoint &) |
|
ON_3fPoint & | operator= (const ON_3dPoint &) |
|
ON_3fPoint & | operator= (const ON_4dPoint &) |
|
ON_3fPoint & | operator= (const ON_2dVector &) |
|
ON_3fPoint & | operator= (const ON_3dVector &) |
|
ON_3fPoint & | operator= (const double *) |
|
bool | operator== (const ON_3fPoint &) const |
|
bool | operator> (const ON_3fPoint &) const |
|
bool | operator>= (const ON_3fPoint &) const |
|
float & | operator[] (int) |
| index operators mimic float[3] behavior More...
|
|
float | operator[] (int) const |
|
float & | operator[] (unsigned int) |
|
float | operator[] (unsigned int) const |
|
void | Rotate (double, const ON_3fVector &, const ON_3fPoint &) |
|
void | Rotate (double, double, const ON_3fVector &, const ON_3fPoint &) |
|
void | Set (float, float, float) |
| set 3d point value More...
|
|
void | Transform (const ON_Xform &) |
|
void | Zero () |
|