#include <opennurbs_point.h>
Definition at line 266 of file opennurbs_point.h.
Definition at line 3630 of file opennurbs_point.cpp.
ON_2dPoint::ON_2dPoint | ( | double | x, |
double | y | ||
) |
Definition at line 3653 of file opennurbs_point.cpp.
ON_2dPoint::ON_2dPoint | ( | const ON_3dPoint & | p | ) |
Definition at line 3656 of file opennurbs_point.cpp.
ON_2dPoint::ON_2dPoint | ( | const ON_4dPoint & | h | ) |
Definition at line 3659 of file opennurbs_point.cpp.
ON_2dPoint::ON_2dPoint | ( | const ON_2dVector & | v | ) |
Definition at line 3667 of file opennurbs_point.cpp.
ON_2dPoint::ON_2dPoint | ( | const ON_3dVector & | v | ) |
Definition at line 3670 of file opennurbs_point.cpp.
ON_2dPoint::ON_2dPoint | ( | const double * | p | ) |
Definition at line 3643 of file opennurbs_point.cpp.
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 | ) |
Definition at line 3633 of file opennurbs_point.cpp.
double ON_2dPoint::DistanceTo | ( | const ON_2dPoint & | p | ) | const |
Definition at line 4042 of file opennurbs_point.cpp.
bool ON_2dPoint::IsUnsetPoint | ( | ) | const |
Definition at line 6161 of file opennurbs_point.cpp.
bool ON_2dPoint::IsValid | ( | ) | const |
Definition at line 6156 of file opennurbs_point.cpp.
double ON_2dPoint::MaximumCoordinate | ( | ) | const |
Definition at line 4052 of file opennurbs_point.cpp.
int ON_2dPoint::MaximumCoordinateIndex | ( | ) | const |
Definition at line 4047 of file opennurbs_point.cpp.
double ON_2dPoint::MinimumCoordinate | ( | ) | const |
Definition at line 4063 of file opennurbs_point.cpp.
int ON_2dPoint::MinimumCoordinateIndex | ( | ) | const |
Definition at line 4058 of file opennurbs_point.cpp.
ON_2dPoint::operator const double * | ( | ) | const |
Definition at line 3697 of file opennurbs_point.cpp.
ON_2dPoint::operator double * | ( | ) |
Definition at line 3692 of file opennurbs_point.cpp.
bool ON_2dPoint::operator!= | ( | const ON_2dPoint & | p | ) | const |
Definition at line 3991 of file opennurbs_point.cpp.
ON_2dPoint ON_2dPoint::operator* | ( | int | i | ) | const |
Definition at line 3850 of file opennurbs_point.cpp.
ON_2dPoint ON_2dPoint::operator* | ( | float | f | ) | const |
Definition at line 3856 of file opennurbs_point.cpp.
ON_2dPoint ON_2dPoint::operator* | ( | double | d | ) | const |
Definition at line 3862 of file opennurbs_point.cpp.
double ON_2dPoint::operator* | ( | const ON_2dPoint & | h | ) | const |
Definition at line 3971 of file opennurbs_point.cpp.
double ON_2dPoint::operator* | ( | const ON_2dVector & | h | ) | const |
Definition at line 3976 of file opennurbs_point.cpp.
double ON_2dPoint::operator* | ( | const ON_4dPoint & | h | ) | const |
Definition at line 3981 of file opennurbs_point.cpp.
ON_2dPoint ON_2dPoint::operator* | ( | const ON_Xform & | xform | ) | const |
Definition at line 1216 of file opennurbs_point.cpp.
ON_2dPoint & ON_2dPoint::operator*= | ( | double | d | ) |
Definition at line 3793 of file opennurbs_point.cpp.
ON_2dPoint ON_2dPoint::operator+ | ( | const ON_2dPoint & | p | ) | const |
Definition at line 3885 of file opennurbs_point.cpp.
ON_2dPoint ON_2dPoint::operator+ | ( | const ON_2dVector & | v | ) | const |
Definition at line 3890 of file opennurbs_point.cpp.
ON_3dPoint ON_2dPoint::operator+ | ( | const ON_3dPoint & | p | ) | const |
Definition at line 3906 of file opennurbs_point.cpp.
ON_3dPoint ON_2dPoint::operator+ | ( | const ON_3dVector & | v | ) | const |
Definition at line 3911 of file opennurbs_point.cpp.
ON_2dPoint ON_2dPoint::operator+ | ( | const ON_2fPoint & | p | ) | const |
Definition at line 3929 of file opennurbs_point.cpp.
ON_2dPoint ON_2dPoint::operator+ | ( | const ON_2fVector & | v | ) | const |
Definition at line 3934 of file opennurbs_point.cpp.
ON_3dPoint ON_2dPoint::operator+ | ( | const ON_3fPoint & | p | ) | const |
Definition at line 3950 of file opennurbs_point.cpp.
ON_3dPoint ON_2dPoint::operator+ | ( | const ON_3fVector & | v | ) | const |
Definition at line 3955 of file opennurbs_point.cpp.
ON_2dPoint & ON_2dPoint::operator+= | ( | const ON_2dPoint & | p | ) |
Definition at line 3808 of file opennurbs_point.cpp.
ON_2dPoint & ON_2dPoint::operator+= | ( | const ON_2dVector & | v | ) |
Definition at line 3815 of file opennurbs_point.cpp.
ON_2dPoint & ON_2dPoint::operator+= | ( | const ON_3dVector & | v | ) |
Definition at line 3822 of file opennurbs_point.cpp.
ON_2dVector ON_2dPoint::operator- | ( | const ON_2dPoint & | p | ) | const |
Definition at line 3895 of file opennurbs_point.cpp.
ON_2dPoint ON_2dPoint::operator- | ( | const ON_2dVector & | v | ) | const |
Definition at line 3900 of file opennurbs_point.cpp.
ON_3dVector ON_2dPoint::operator- | ( | const ON_3dPoint & | p | ) | const |
Definition at line 3916 of file opennurbs_point.cpp.
ON_3dPoint ON_2dPoint::operator- | ( | const ON_3dVector & | v | ) | const |
Definition at line 3921 of file opennurbs_point.cpp.
ON_2dVector ON_2dPoint::operator- | ( | const ON_2fPoint & | p | ) | const |
Definition at line 3939 of file opennurbs_point.cpp.
ON_2dPoint ON_2dPoint::operator- | ( | const ON_2fVector & | v | ) | const |
Definition at line 3944 of file opennurbs_point.cpp.
ON_3dVector ON_2dPoint::operator- | ( | const ON_3fPoint & | p | ) | const |
Definition at line 3960 of file opennurbs_point.cpp.
ON_3dPoint ON_2dPoint::operator- | ( | const ON_3fVector & | v | ) | const |
Definition at line 3965 of file opennurbs_point.cpp.
ON_2dPoint & ON_2dPoint::operator-= | ( | const ON_2dPoint & | p | ) |
Definition at line 3829 of file opennurbs_point.cpp.
ON_2dPoint & ON_2dPoint::operator-= | ( | const ON_2dVector & | v | ) |
Definition at line 3836 of file opennurbs_point.cpp.
ON_2dPoint & ON_2dPoint::operator-= | ( | const ON_3dVector & | v | ) |
Definition at line 3843 of file opennurbs_point.cpp.
ON_2dPoint ON_2dPoint::operator/ | ( | int | i | ) | const |
Definition at line 3867 of file opennurbs_point.cpp.
ON_2dPoint ON_2dPoint::operator/ | ( | float | f | ) | const |
Definition at line 3873 of file opennurbs_point.cpp.
ON_2dPoint ON_2dPoint::operator/ | ( | double | d | ) | const |
Definition at line 3879 of file opennurbs_point.cpp.
ON_2dPoint & ON_2dPoint::operator/= | ( | double | d | ) |
Definition at line 3800 of file opennurbs_point.cpp.
bool ON_2dPoint::operator< | ( | const ON_2dPoint & | p | ) | const |
Definition at line 4008 of file opennurbs_point.cpp.
bool ON_2dPoint::operator<= | ( | const ON_2dPoint & | p | ) | const |
Definition at line 3996 of file opennurbs_point.cpp.
ON_2dPoint & ON_2dPoint::operator= | ( | const ON_3dPoint & | p | ) |
Definition at line 3726 of file opennurbs_point.cpp.
ON_2dPoint & ON_2dPoint::operator= | ( | const ON_4dPoint & | h | ) |
Definition at line 3733 of file opennurbs_point.cpp.
ON_2dPoint & ON_2dPoint::operator= | ( | const ON_2dVector & | v | ) |
Definition at line 3741 of file opennurbs_point.cpp.
ON_2dPoint & ON_2dPoint::operator= | ( | const ON_3dVector & | v | ) |
Definition at line 3748 of file opennurbs_point.cpp.
ON_2dPoint & ON_2dPoint::operator= | ( | const double * | p | ) |
Definition at line 3714 of file opennurbs_point.cpp.
ON_2dPoint & ON_2dPoint::operator= | ( | const ON_2fPoint & | p | ) |
Definition at line 3756 of file opennurbs_point.cpp.
ON_2dPoint & ON_2dPoint::operator= | ( | const ON_3fPoint & | p | ) |
Definition at line 3763 of file opennurbs_point.cpp.
ON_2dPoint & ON_2dPoint::operator= | ( | const ON_4fPoint & | h | ) |
Definition at line 3770 of file opennurbs_point.cpp.
ON_2dPoint & ON_2dPoint::operator= | ( | const ON_2fVector & | v | ) |
Definition at line 3778 of file opennurbs_point.cpp.
ON_2dPoint & ON_2dPoint::operator= | ( | const ON_3fVector & | v | ) |
Definition at line 3785 of file opennurbs_point.cpp.
ON_2dPoint & ON_2dPoint::operator= | ( | const float * | p | ) |
Definition at line 3702 of file opennurbs_point.cpp.
bool ON_2dPoint::operator== | ( | const ON_2dPoint & | p | ) | const |
Definition at line 3986 of file opennurbs_point.cpp.
bool ON_2dPoint::operator> | ( | const ON_2dPoint & | p | ) | const |
Definition at line 4014 of file opennurbs_point.cpp.
bool ON_2dPoint::operator>= | ( | const ON_2dPoint & | p | ) | const |
Definition at line 4002 of file opennurbs_point.cpp.
double & ON_2dPoint::operator[] | ( | int | i | ) |
Definition at line 4025 of file opennurbs_point.cpp.
double ON_2dPoint::operator[] | ( | int | i | ) | const |
Definition at line 4020 of file opennurbs_point.cpp.
double & ON_2dPoint::operator[] | ( | unsigned int | i | ) |
Definition at line 4036 of file opennurbs_point.cpp.
double ON_2dPoint::operator[] | ( | unsigned int | i | ) | const |
Definition at line 4031 of file opennurbs_point.cpp.
void ON_2dPoint::Rotate | ( | double | angle, |
const ON_2dPoint & | center | ||
) |
Definition at line 1018 of file opennurbs_point.cpp.
void ON_2dPoint::Rotate | ( | double | sin_angle, |
double | cos_angle, | ||
const ON_2dPoint & | center | ||
) |
Definition at line 1026 of file opennurbs_point.cpp.
void ON_2dPoint::Set | ( | double | x, |
double | y | ||
) |
Definition at line 6187 of file opennurbs_point.cpp.
void ON_2dPoint::Transform | ( | const ON_Xform & | xform | ) |
Definition at line 668 of file opennurbs_point.cpp.
void ON_2dPoint::Zero | ( | ) |
Definition at line 4070 of file opennurbs_point.cpp.
const ON_2dPoint ON_2dPoint::Origin [static] |
Definition at line 271 of file opennurbs_point.h.
const ON_2dPoint ON_2dPoint::UnsetPoint [static] |
Definition at line 272 of file opennurbs_point.h.
double ON_2dPoint::x |
Definition at line 269 of file opennurbs_point.h.
double ON_2dPoint::y |
Definition at line 269 of file opennurbs_point.h.