#include <opennurbs_fpoint.h>
Definition at line 38 of file opennurbs_fpoint.h.
Definition at line 1378 of file opennurbs_point.cpp.
ON_2fPoint::ON_2fPoint | ( | float | x, |
float | y | ||
) |
Definition at line 1401 of file opennurbs_point.cpp.
ON_2fPoint::ON_2fPoint | ( | const ON_3fPoint & | p | ) |
Definition at line 1404 of file opennurbs_point.cpp.
ON_2fPoint::ON_2fPoint | ( | const ON_4fPoint & | h | ) |
Definition at line 1407 of file opennurbs_point.cpp.
ON_2fPoint::ON_2fPoint | ( | const ON_2fVector & | v | ) |
Definition at line 1414 of file opennurbs_point.cpp.
ON_2fPoint::ON_2fPoint | ( | const ON_3fVector & | v | ) |
Definition at line 1417 of file opennurbs_point.cpp.
ON_2fPoint::ON_2fPoint | ( | const float * | p | ) |
Definition at line 1391 of file opennurbs_point.cpp.
ON_2fPoint::ON_2fPoint | ( | const ON_2dPoint & | p | ) |
Definition at line 1420 of file opennurbs_point.cpp.
ON_2fPoint::ON_2fPoint | ( | const ON_3dPoint & | p | ) |
Definition at line 1423 of file opennurbs_point.cpp.
ON_2fPoint::ON_2fPoint | ( | const ON_4dPoint & | h | ) |
Definition at line 1426 of file opennurbs_point.cpp.
ON_2fPoint::ON_2fPoint | ( | const ON_2dVector & | v | ) |
Definition at line 1433 of file opennurbs_point.cpp.
ON_2fPoint::ON_2fPoint | ( | const ON_3dVector & | v | ) |
Definition at line 1436 of file opennurbs_point.cpp.
ON_2fPoint::ON_2fPoint | ( | const double * | p | ) |
Definition at line 1381 of file opennurbs_point.cpp.
double ON_2fPoint::DistanceTo | ( | const ON_2fPoint & | p | ) | const |
Definition at line 1781 of file opennurbs_point.cpp.
double ON_2fPoint::MaximumCoordinate | ( | ) | const |
Definition at line 1791 of file opennurbs_point.cpp.
int ON_2fPoint::MaximumCoordinateIndex | ( | ) | const |
Definition at line 1786 of file opennurbs_point.cpp.
ON_2fPoint::operator const float * | ( | ) | const |
Definition at line 1445 of file opennurbs_point.cpp.
ON_2fPoint::operator float * | ( | ) |
Definition at line 1440 of file opennurbs_point.cpp.
bool ON_2fPoint::operator!= | ( | const ON_2fPoint & | p | ) | const |
Definition at line 1730 of file opennurbs_point.cpp.
ON_2fPoint ON_2fPoint::operator* | ( | int | d | ) | const |
Definition at line 1596 of file opennurbs_point.cpp.
ON_2fPoint ON_2fPoint::operator* | ( | float | d | ) | const |
Definition at line 1601 of file opennurbs_point.cpp.
ON_2dPoint ON_2fPoint::operator* | ( | double | d | ) | const |
Definition at line 1606 of file opennurbs_point.cpp.
float ON_2fPoint::operator* | ( | const ON_2fPoint & | h | ) | const |
Definition at line 1710 of file opennurbs_point.cpp.
float ON_2fPoint::operator* | ( | const ON_2fVector & | h | ) | const |
Definition at line 1715 of file opennurbs_point.cpp.
float ON_2fPoint::operator* | ( | const ON_4fPoint & | h | ) | const |
Definition at line 1720 of file opennurbs_point.cpp.
ON_2fPoint & ON_2fPoint::operator*= | ( | float | d | ) |
Definition at line 1539 of file opennurbs_point.cpp.
ON_2fPoint ON_2fPoint::operator+ | ( | const ON_2fPoint & | p | ) | const |
Definition at line 1629 of file opennurbs_point.cpp.
ON_2fPoint ON_2fPoint::operator+ | ( | const ON_2fVector & | v | ) | const |
Definition at line 1634 of file opennurbs_point.cpp.
ON_3fPoint ON_2fPoint::operator+ | ( | const ON_3fPoint & | p | ) | const |
Definition at line 1649 of file opennurbs_point.cpp.
ON_3fPoint ON_2fPoint::operator+ | ( | const ON_3fVector & | v | ) | const |
Definition at line 1654 of file opennurbs_point.cpp.
ON_2dPoint ON_2fPoint::operator+ | ( | const ON_2dPoint & | p | ) | const |
Definition at line 1669 of file opennurbs_point.cpp.
ON_2dPoint ON_2fPoint::operator+ | ( | const ON_2dVector & | v | ) | const |
Definition at line 1674 of file opennurbs_point.cpp.
ON_3dPoint ON_2fPoint::operator+ | ( | const ON_3dPoint & | p | ) | const |
Definition at line 1689 of file opennurbs_point.cpp.
ON_3dPoint ON_2fPoint::operator+ | ( | const ON_3dVector & | v | ) | const |
Definition at line 1694 of file opennurbs_point.cpp.
ON_2fPoint & ON_2fPoint::operator+= | ( | const ON_2fPoint & | p | ) |
Definition at line 1554 of file opennurbs_point.cpp.
ON_2fPoint & ON_2fPoint::operator+= | ( | const ON_2fVector & | v | ) |
Definition at line 1561 of file opennurbs_point.cpp.
ON_2fPoint & ON_2fPoint::operator+= | ( | const ON_3fVector & | v | ) |
Definition at line 1568 of file opennurbs_point.cpp.
ON_2fVector ON_2fPoint::operator- | ( | const ON_2fPoint & | p | ) | const |
Definition at line 1639 of file opennurbs_point.cpp.
ON_2fPoint ON_2fPoint::operator- | ( | const ON_2fVector & | v | ) | const |
Definition at line 1644 of file opennurbs_point.cpp.
ON_3fVector ON_2fPoint::operator- | ( | const ON_3fPoint & | p | ) | const |
Definition at line 1659 of file opennurbs_point.cpp.
ON_3fPoint ON_2fPoint::operator- | ( | const ON_3fVector & | v | ) | const |
Definition at line 1664 of file opennurbs_point.cpp.
ON_2dVector ON_2fPoint::operator- | ( | const ON_2dPoint & | p | ) | const |
Definition at line 1679 of file opennurbs_point.cpp.
ON_2dPoint ON_2fPoint::operator- | ( | const ON_2dVector & | v | ) | const |
Definition at line 1684 of file opennurbs_point.cpp.
ON_3dVector ON_2fPoint::operator- | ( | const ON_3dPoint & | p | ) | const |
Definition at line 1699 of file opennurbs_point.cpp.
ON_3dPoint ON_2fPoint::operator- | ( | const ON_3dVector & | v | ) | const |
Definition at line 1704 of file opennurbs_point.cpp.
ON_2fPoint & ON_2fPoint::operator-= | ( | const ON_2fPoint & | p | ) |
Definition at line 1575 of file opennurbs_point.cpp.
ON_2fPoint & ON_2fPoint::operator-= | ( | const ON_2fVector & | v | ) |
Definition at line 1582 of file opennurbs_point.cpp.
ON_2fPoint & ON_2fPoint::operator-= | ( | const ON_3fVector & | v | ) |
Definition at line 1589 of file opennurbs_point.cpp.
ON_2fPoint ON_2fPoint::operator/ | ( | int | i | ) | const |
Definition at line 1611 of file opennurbs_point.cpp.
ON_2fPoint ON_2fPoint::operator/ | ( | float | d | ) | const |
Definition at line 1617 of file opennurbs_point.cpp.
ON_2dPoint ON_2fPoint::operator/ | ( | double | d | ) | const |
Definition at line 1623 of file opennurbs_point.cpp.
ON_2fPoint & ON_2fPoint::operator/= | ( | float | d | ) |
Definition at line 1546 of file opennurbs_point.cpp.
bool ON_2fPoint::operator< | ( | const ON_2fPoint & | p | ) | const |
Definition at line 1747 of file opennurbs_point.cpp.
bool ON_2fPoint::operator<= | ( | const ON_2fPoint & | p | ) | const |
Definition at line 1735 of file opennurbs_point.cpp.
ON_2fPoint & ON_2fPoint::operator= | ( | const ON_3fPoint & | p | ) |
Definition at line 1474 of file opennurbs_point.cpp.
ON_2fPoint & ON_2fPoint::operator= | ( | const ON_4fPoint & | h | ) |
Definition at line 1481 of file opennurbs_point.cpp.
ON_2fPoint & ON_2fPoint::operator= | ( | const ON_2fVector & | v | ) |
Definition at line 1489 of file opennurbs_point.cpp.
ON_2fPoint & ON_2fPoint::operator= | ( | const ON_3fVector & | v | ) |
Definition at line 1496 of file opennurbs_point.cpp.
ON_2fPoint & ON_2fPoint::operator= | ( | const float * | p | ) |
Definition at line 1462 of file opennurbs_point.cpp.
ON_2fPoint & ON_2fPoint::operator= | ( | const ON_2dPoint & | p | ) |
Definition at line 1503 of file opennurbs_point.cpp.
ON_2fPoint & ON_2fPoint::operator= | ( | const ON_3dPoint & | p | ) |
Definition at line 1510 of file opennurbs_point.cpp.
ON_2fPoint & ON_2fPoint::operator= | ( | const ON_4dPoint & | h | ) |
Definition at line 1517 of file opennurbs_point.cpp.
ON_2fPoint & ON_2fPoint::operator= | ( | const ON_2dVector & | v | ) |
Definition at line 1525 of file opennurbs_point.cpp.
ON_2fPoint & ON_2fPoint::operator= | ( | const ON_3dVector & | v | ) |
Definition at line 1532 of file opennurbs_point.cpp.
ON_2fPoint & ON_2fPoint::operator= | ( | const double * | p | ) |
Definition at line 1450 of file opennurbs_point.cpp.
bool ON_2fPoint::operator== | ( | const ON_2fPoint & | p | ) | const |
Definition at line 1725 of file opennurbs_point.cpp.
bool ON_2fPoint::operator> | ( | const ON_2fPoint & | p | ) | const |
Definition at line 1753 of file opennurbs_point.cpp.
bool ON_2fPoint::operator>= | ( | const ON_2fPoint & | p | ) | const |
Definition at line 1741 of file opennurbs_point.cpp.
float & ON_2fPoint::operator[] | ( | int | i | ) |
Definition at line 1764 of file opennurbs_point.cpp.
float ON_2fPoint::operator[] | ( | int | i | ) | const |
Definition at line 1759 of file opennurbs_point.cpp.
float & ON_2fPoint::operator[] | ( | unsigned int | i | ) |
Definition at line 1775 of file opennurbs_point.cpp.
float ON_2fPoint::operator[] | ( | unsigned int | i | ) | const |
Definition at line 1770 of file opennurbs_point.cpp.
void ON_2fPoint::Rotate | ( | double | angle, |
const ON_2fPoint & | center | ||
) |
Definition at line 727 of file opennurbs_point.cpp.
void ON_2fPoint::Rotate | ( | double | sin_angle, |
double | cos_angle, | ||
const ON_2fPoint & | center | ||
) |
Definition at line 735 of file opennurbs_point.cpp.
void ON_2fPoint::Set | ( | float | xx, |
float | yy | ||
) |
Definition at line 6214 of file opennurbs_point.cpp.
void ON_2fPoint::Transform | ( | const ON_Xform & | xform | ) |
Definition at line 713 of file opennurbs_point.cpp.
void ON_2fPoint::Zero | ( | ) |
Definition at line 1797 of file opennurbs_point.cpp.
const ON_2fPoint ON_2fPoint::Origin [static] |
Definition at line 43 of file opennurbs_fpoint.h.
float ON_2fPoint::x |
Definition at line 41 of file opennurbs_fpoint.h.
float ON_2fPoint::y |
Definition at line 41 of file opennurbs_fpoint.h.