![]() |
QCAD
Open Source 2D CAD
|
#include <opennurbs_point.h>
Public Attributes | |
double | x |
double | y |
Static Public Attributes | |
static const ON_2dPoint | Origin |
static const ON_2dPoint | UnsetPoint |
ON_2dPoint::ON_2dPoint | ( | ) |
ON_2dPoint::ON_2dPoint | ( | double | x, |
double | y ) |
ON_2dPoint::ON_2dPoint | ( | const ON_3dPoint & | p | ) |
ON_2dPoint::ON_2dPoint | ( | const ON_4dPoint & | h | ) |
ON_2dPoint::ON_2dPoint | ( | const ON_2dVector & | v | ) |
ON_2dPoint::ON_2dPoint | ( | const ON_3dVector & | v | ) |
ON_2dPoint::ON_2dPoint | ( | const double * | p | ) |
ON_2dPoint::ON_2dPoint | ( | const class ON_2fPoint & | ) |
ON_2dPoint::ON_2dPoint | ( | const class ON_3fPoint & | ) |
ON_2dPoint::ON_2dPoint | ( | const class ON_4fPoint & | ) |
ON_2dPoint::ON_2dPoint | ( | const class ON_2fVector & | ) |
ON_2dPoint::ON_2dPoint | ( | const class ON_3fVector & | ) |
ON_2dPoint::ON_2dPoint | ( | const float * | p | ) |
double ON_2dPoint::DistanceTo | ( | const ON_2dPoint & | p | ) | const |
bool ON_2dPoint::IsUnsetPoint | ( | ) | const |
bool ON_2dPoint::IsValid | ( | ) | const |
double ON_2dPoint::MaximumCoordinate | ( | ) | const |
int ON_2dPoint::MaximumCoordinateIndex | ( | ) | const |
double ON_2dPoint::MinimumCoordinate | ( | ) | const |
int ON_2dPoint::MinimumCoordinateIndex | ( | ) | const |
ON_2dPoint::operator const double * | ( | ) | const |
ON_2dPoint::operator double * | ( | ) |
bool ON_2dPoint::operator!= | ( | const ON_2dPoint & | p | ) | const |
double ON_2dPoint::operator* | ( | const ON_2dPoint & | h | ) | const |
double ON_2dPoint::operator* | ( | const ON_2dVector & | h | ) | const |
double ON_2dPoint::operator* | ( | const ON_4dPoint & | h | ) | const |
ON_2dPoint ON_2dPoint::operator* | ( | const ON_Xform & | xform | ) | const |
ON_2dPoint ON_2dPoint::operator* | ( | double | d | ) | const |
ON_2dPoint ON_2dPoint::operator* | ( | float | f | ) | const |
ON_2dPoint ON_2dPoint::operator* | ( | int | i | ) | const |
ON_2dPoint & ON_2dPoint::operator*= | ( | double | d | ) |
ON_2dPoint ON_2dPoint::operator+ | ( | const ON_2dPoint & | p | ) | const |
ON_2dPoint ON_2dPoint::operator+ | ( | const ON_2dVector & | v | ) | const |
ON_2dPoint ON_2dPoint::operator+ | ( | const ON_2fPoint & | p | ) | const |
ON_2dPoint ON_2dPoint::operator+ | ( | const ON_2fVector & | v | ) | const |
ON_3dPoint ON_2dPoint::operator+ | ( | const ON_3dPoint & | p | ) | const |
ON_3dPoint ON_2dPoint::operator+ | ( | const ON_3dVector & | v | ) | const |
ON_3dPoint ON_2dPoint::operator+ | ( | const ON_3fPoint & | p | ) | const |
ON_3dPoint ON_2dPoint::operator+ | ( | const ON_3fVector & | v | ) | const |
ON_2dPoint & ON_2dPoint::operator+= | ( | const ON_2dPoint & | p | ) |
ON_2dPoint & ON_2dPoint::operator+= | ( | const ON_2dVector & | v | ) |
ON_2dPoint & ON_2dPoint::operator+= | ( | const ON_3dVector & | v | ) |
ON_2dVector ON_2dPoint::operator- | ( | const ON_2dPoint & | p | ) | const |
ON_2dPoint ON_2dPoint::operator- | ( | const ON_2dVector & | v | ) | const |
ON_2dVector ON_2dPoint::operator- | ( | const ON_2fPoint & | p | ) | const |
ON_2dPoint ON_2dPoint::operator- | ( | const ON_2fVector & | v | ) | const |
ON_3dVector ON_2dPoint::operator- | ( | const ON_3dPoint & | p | ) | const |
ON_3dPoint ON_2dPoint::operator- | ( | const ON_3dVector & | v | ) | const |
ON_3dVector ON_2dPoint::operator- | ( | const ON_3fPoint & | p | ) | const |
ON_3dPoint ON_2dPoint::operator- | ( | const ON_3fVector & | v | ) | const |
ON_2dPoint & ON_2dPoint::operator-= | ( | const ON_2dPoint & | p | ) |
ON_2dPoint & ON_2dPoint::operator-= | ( | const ON_2dVector & | v | ) |
ON_2dPoint & ON_2dPoint::operator-= | ( | const ON_3dVector & | v | ) |
ON_2dPoint ON_2dPoint::operator/ | ( | double | d | ) | const |
ON_2dPoint ON_2dPoint::operator/ | ( | float | f | ) | const |
ON_2dPoint ON_2dPoint::operator/ | ( | int | i | ) | const |
ON_2dPoint & ON_2dPoint::operator/= | ( | double | d | ) |
bool ON_2dPoint::operator< | ( | const ON_2dPoint & | p | ) | const |
bool ON_2dPoint::operator<= | ( | const ON_2dPoint & | p | ) | const |
ON_2dPoint & ON_2dPoint::operator= | ( | const double * | p | ) |
ON_2dPoint & ON_2dPoint::operator= | ( | const float * | p | ) |
ON_2dPoint & ON_2dPoint::operator= | ( | const ON_2dVector & | v | ) |
ON_2dPoint & ON_2dPoint::operator= | ( | const ON_2fPoint & | p | ) |
ON_2dPoint & ON_2dPoint::operator= | ( | const ON_2fVector & | v | ) |
ON_2dPoint & ON_2dPoint::operator= | ( | const ON_3dPoint & | p | ) |
ON_2dPoint & ON_2dPoint::operator= | ( | const ON_3dVector & | v | ) |
ON_2dPoint & ON_2dPoint::operator= | ( | const ON_3fPoint & | p | ) |
ON_2dPoint & ON_2dPoint::operator= | ( | const ON_3fVector & | v | ) |
ON_2dPoint & ON_2dPoint::operator= | ( | const ON_4dPoint & | h | ) |
ON_2dPoint & ON_2dPoint::operator= | ( | const ON_4fPoint & | h | ) |
bool ON_2dPoint::operator== | ( | const ON_2dPoint & | p | ) | const |
bool ON_2dPoint::operator> | ( | const ON_2dPoint & | p | ) | const |
bool ON_2dPoint::operator>= | ( | const ON_2dPoint & | p | ) | const |
double & ON_2dPoint::operator[] | ( | int | i | ) |
double ON_2dPoint::operator[] | ( | int | i | ) | const |
void ON_2dPoint::Rotate | ( | double | angle, |
const ON_2dPoint & | center ) |
void ON_2dPoint::Rotate | ( | double | sin_angle, |
double | cos_angle, | ||
const ON_2dPoint & | center ) |
void ON_2dPoint::Set | ( | double | x, |
double | y ) |
void ON_2dPoint::Zero | ( | ) |
|
static |
|
static |
double ON_2dPoint::x |
double ON_2dPoint::y |