#include <opennurbs_fpoint.h>
Definition at line 310 of file opennurbs_fpoint.h.
Definition at line 2272 of file opennurbs_point.cpp.
ON_4fPoint::ON_4fPoint | ( | float | x, |
float | y, | ||
float | z, | ||
float | w | ||
) |
Definition at line 2295 of file opennurbs_point.cpp.
ON_4fPoint::ON_4fPoint | ( | const ON_2fPoint & | p | ) |
Definition at line 2298 of file opennurbs_point.cpp.
ON_4fPoint::ON_4fPoint | ( | const ON_3fPoint & | p | ) |
Definition at line 2301 of file opennurbs_point.cpp.
ON_4fPoint::ON_4fPoint | ( | const ON_2fVector & | v | ) |
Definition at line 2306 of file opennurbs_point.cpp.
ON_4fPoint::ON_4fPoint | ( | const ON_3fVector & | v | ) |
Definition at line 2309 of file opennurbs_point.cpp.
ON_4fPoint::ON_4fPoint | ( | const float * | p | ) |
Definition at line 2285 of file opennurbs_point.cpp.
ON_4fPoint::ON_4fPoint | ( | const ON_2dPoint & | p | ) |
Definition at line 2312 of file opennurbs_point.cpp.
ON_4fPoint::ON_4fPoint | ( | const ON_3dPoint & | p | ) |
Definition at line 2315 of file opennurbs_point.cpp.
ON_4fPoint::ON_4fPoint | ( | const ON_4dPoint & | p | ) |
Definition at line 2320 of file opennurbs_point.cpp.
ON_4fPoint::ON_4fPoint | ( | const ON_2dVector & | v | ) |
Definition at line 2325 of file opennurbs_point.cpp.
ON_4fPoint::ON_4fPoint | ( | const ON_3dVector & | v | ) |
Definition at line 2328 of file opennurbs_point.cpp.
ON_4fPoint::ON_4fPoint | ( | const double * | p | ) |
Definition at line 2275 of file opennurbs_point.cpp.
double ON_4fPoint::MaximumCoordinate | ( | ) | const |
Definition at line 2609 of file opennurbs_point.cpp.
int ON_4fPoint::MaximumCoordinateIndex | ( | ) | const |
Definition at line 2601 of file opennurbs_point.cpp.
bool ON_4fPoint::Normalize | ( | ) |
Definition at line 834 of file opennurbs_point.cpp.
ON_4fPoint::operator const float * | ( | ) | const |
Definition at line 2336 of file opennurbs_point.cpp.
ON_4fPoint::operator float * | ( | ) |
Definition at line 2331 of file opennurbs_point.cpp.
bool ON_4fPoint::operator!= | ( | const ON_4fPoint & | p | ) | const |
Definition at line 2574 of file opennurbs_point.cpp.
ON_4fPoint ON_4fPoint::operator* | ( | float | d | ) | const |
Definition at line 2548 of file opennurbs_point.cpp.
float ON_4fPoint::operator* | ( | const ON_4fPoint & | h | ) | const |
Definition at line 2559 of file opennurbs_point.cpp.
ON_4fPoint & ON_4fPoint::operator*= | ( | float | d | ) |
Definition at line 2450 of file opennurbs_point.cpp.
ON_4fPoint ON_4fPoint::operator+ | ( | const ON_4fPoint & | p | ) | const |
Definition at line 2533 of file opennurbs_point.cpp.
ON_4fPoint & ON_4fPoint::operator+= | ( | const ON_4fPoint & | p | ) |
Definition at line 2469 of file opennurbs_point.cpp.
ON_4fPoint ON_4fPoint::operator- | ( | const ON_4fPoint & | p | ) | const |
Definition at line 2540 of file opennurbs_point.cpp.
ON_4fPoint & ON_4fPoint::operator-= | ( | const ON_4fPoint & | p | ) |
Definition at line 2501 of file opennurbs_point.cpp.
ON_4fPoint ON_4fPoint::operator/ | ( | float | d | ) | const |
Definition at line 2553 of file opennurbs_point.cpp.
ON_4fPoint & ON_4fPoint::operator/= | ( | float | d | ) |
Definition at line 2459 of file opennurbs_point.cpp.
ON_4fPoint & ON_4fPoint::operator= | ( | const ON_2fPoint & | p | ) |
Definition at line 2369 of file opennurbs_point.cpp.
ON_4fPoint & ON_4fPoint::operator= | ( | const ON_3fPoint & | p | ) |
Definition at line 2378 of file opennurbs_point.cpp.
ON_4fPoint & ON_4fPoint::operator= | ( | const ON_2fVector & | v | ) |
Definition at line 2387 of file opennurbs_point.cpp.
ON_4fPoint & ON_4fPoint::operator= | ( | const ON_3fVector & | v | ) |
Definition at line 2396 of file opennurbs_point.cpp.
ON_4fPoint & ON_4fPoint::operator= | ( | const float * | p | ) |
Definition at line 2355 of file opennurbs_point.cpp.
ON_4fPoint & ON_4fPoint::operator= | ( | const ON_2dPoint & | p | ) |
Definition at line 2405 of file opennurbs_point.cpp.
ON_4fPoint & ON_4fPoint::operator= | ( | const ON_3dPoint & | p | ) |
Definition at line 2414 of file opennurbs_point.cpp.
ON_4fPoint & ON_4fPoint::operator= | ( | const ON_4dPoint & | p | ) |
Definition at line 2423 of file opennurbs_point.cpp.
ON_4fPoint & ON_4fPoint::operator= | ( | const ON_2dVector & | v | ) |
Definition at line 2432 of file opennurbs_point.cpp.
ON_4fPoint & ON_4fPoint::operator= | ( | const ON_3dVector & | v | ) |
Definition at line 2441 of file opennurbs_point.cpp.
ON_4fPoint & ON_4fPoint::operator= | ( | const double * | p | ) |
Definition at line 2341 of file opennurbs_point.cpp.
bool ON_4fPoint::operator== | ( | ON_4fPoint | p | ) | const |
Definition at line 2564 of file opennurbs_point.cpp.
float & ON_4fPoint::operator[] | ( | int | i | ) |
Definition at line 2584 of file opennurbs_point.cpp.
float ON_4fPoint::operator[] | ( | int | i | ) | const |
Definition at line 2579 of file opennurbs_point.cpp.
float & ON_4fPoint::operator[] | ( | unsigned int | i | ) |
Definition at line 2595 of file opennurbs_point.cpp.
float ON_4fPoint::operator[] | ( | unsigned int | i | ) | const |
Definition at line 2590 of file opennurbs_point.cpp.
void ON_4fPoint::Set | ( | float | xx, |
float | yy, | ||
float | zz, | ||
float | ww | ||
) |
Definition at line 6225 of file opennurbs_point.cpp.
void ON_4fPoint::Transform | ( | const ON_Xform & | xform | ) |
Definition at line 783 of file opennurbs_point.cpp.
void ON_4fPoint::Zero | ( | ) |
Definition at line 2615 of file opennurbs_point.cpp.
float ON_4fPoint::w |
Definition at line 313 of file opennurbs_fpoint.h.
float ON_4fPoint::x |
Definition at line 313 of file opennurbs_fpoint.h.
float ON_4fPoint::y |
Definition at line 313 of file opennurbs_fpoint.h.
float ON_4fPoint::z |
Definition at line 313 of file opennurbs_fpoint.h.