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