#include <opennurbs_fpoint.h>
Definition at line 174 of file opennurbs_fpoint.h.
Definition at line 1822 of file opennurbs_point.cpp.
ON_3fPoint::ON_3fPoint | ( | float | x, |
float | y, | ||
float | z | ||
) |
Definition at line 1845 of file opennurbs_point.cpp.
ON_3fPoint::ON_3fPoint | ( | const ON_2fPoint & | p | ) |
Definition at line 1848 of file opennurbs_point.cpp.
ON_3fPoint::ON_3fPoint | ( | const ON_4fPoint & | p | ) |
Definition at line 1851 of file opennurbs_point.cpp.
ON_3fPoint::ON_3fPoint | ( | const ON_2fVector & | v | ) |
Definition at line 1859 of file opennurbs_point.cpp.
ON_3fPoint::ON_3fPoint | ( | const ON_3fVector & | v | ) |
Definition at line 1862 of file opennurbs_point.cpp.
ON_3fPoint::ON_3fPoint | ( | const float * | p | ) |
Definition at line 1835 of file opennurbs_point.cpp.
ON_3fPoint::ON_3fPoint | ( | const ON_2dPoint & | p | ) |
Definition at line 1865 of file opennurbs_point.cpp.
ON_3fPoint::ON_3fPoint | ( | const ON_3dPoint & | p | ) |
Definition at line 1868 of file opennurbs_point.cpp.
ON_3fPoint::ON_3fPoint | ( | const ON_4dPoint & | p | ) |
Definition at line 1871 of file opennurbs_point.cpp.
ON_3fPoint::ON_3fPoint | ( | const ON_2dVector & | v | ) |
Definition at line 1879 of file opennurbs_point.cpp.
ON_3fPoint::ON_3fPoint | ( | const ON_3dVector & | v | ) |
Definition at line 1882 of file opennurbs_point.cpp.
ON_3fPoint::ON_3fPoint | ( | const double * | p | ) |
Definition at line 1825 of file opennurbs_point.cpp.
double ON_3fPoint::DistanceTo | ( | const ON_3fPoint & | p | ) | const |
Definition at line 2231 of file opennurbs_point.cpp.
double ON_3fPoint::Fuzz | ( | double | absolute_tolerance = ON_ZERO_TOLERANCE | ) | const |
Definition at line 798 of file opennurbs_point.cpp.
double ON_3fPoint::MaximumCoordinate | ( | ) | const |
Definition at line 2241 of file opennurbs_point.cpp.
int ON_3fPoint::MaximumCoordinateIndex | ( | ) | const |
Definition at line 2236 of file opennurbs_point.cpp.
ON_3fPoint::operator const float * | ( | ) | const |
Definition at line 1890 of file opennurbs_point.cpp.
ON_3fPoint::operator float * | ( | ) |
Definition at line 1885 of file opennurbs_point.cpp.
bool ON_3fPoint::operator!= | ( | const ON_3fPoint & | p | ) | const |
Definition at line 2180 of file opennurbs_point.cpp.
ON_3fPoint ON_3fPoint::operator* | ( | int | d | ) | const |
Definition at line 2044 of file opennurbs_point.cpp.
ON_3fPoint ON_3fPoint::operator* | ( | float | d | ) | const |
Definition at line 2049 of file opennurbs_point.cpp.
ON_3dPoint ON_3fPoint::operator* | ( | double | d | ) | const |
Definition at line 2054 of file opennurbs_point.cpp.
float ON_3fPoint::operator* | ( | const ON_3fPoint & | h | ) | const |
Definition at line 2160 of file opennurbs_point.cpp.
float ON_3fPoint::operator* | ( | const ON_3fVector & | h | ) | const |
Definition at line 2165 of file opennurbs_point.cpp.
float ON_3fPoint::operator* | ( | const ON_4fPoint & | h | ) | const |
Definition at line 2170 of file opennurbs_point.cpp.
ON_3fPoint & ON_3fPoint::operator*= | ( | float | d | ) |
Definition at line 1995 of file opennurbs_point.cpp.
ON_3fPoint ON_3fPoint::operator+ | ( | const ON_3fPoint & | p | ) | const |
Definition at line 2077 of file opennurbs_point.cpp.
ON_3fPoint ON_3fPoint::operator+ | ( | const ON_3fVector & | v | ) | const |
Definition at line 2082 of file opennurbs_point.cpp.
ON_3fPoint ON_3fPoint::operator+ | ( | const ON_2fPoint & | p | ) | const |
Definition at line 2098 of file opennurbs_point.cpp.
ON_3fPoint ON_3fPoint::operator+ | ( | const ON_2fVector & | v | ) | const |
Definition at line 2103 of file opennurbs_point.cpp.
ON_3dPoint ON_3fPoint::operator+ | ( | const ON_3dPoint & | p | ) | const |
Definition at line 2118 of file opennurbs_point.cpp.
ON_3dPoint ON_3fPoint::operator+ | ( | const ON_3dVector & | v | ) | const |
Definition at line 2123 of file opennurbs_point.cpp.
ON_3dPoint ON_3fPoint::operator+ | ( | const ON_2dPoint & | p | ) | const |
Definition at line 2139 of file opennurbs_point.cpp.
ON_3dPoint ON_3fPoint::operator+ | ( | const ON_2dVector & | v | ) | const |
Definition at line 2144 of file opennurbs_point.cpp.
ON_3fPoint & ON_3fPoint::operator+= | ( | const ON_3fPoint & | p | ) |
Definition at line 2012 of file opennurbs_point.cpp.
ON_3fPoint & ON_3fPoint::operator+= | ( | const ON_3fVector & | v | ) |
Definition at line 2020 of file opennurbs_point.cpp.
ON_3fVector ON_3fPoint::operator- | ( | const ON_3fPoint & | p | ) | const |
Definition at line 2087 of file opennurbs_point.cpp.
ON_3fPoint ON_3fPoint::operator- | ( | const ON_3fVector & | v | ) | const |
Definition at line 2092 of file opennurbs_point.cpp.
ON_3fVector ON_3fPoint::operator- | ( | const ON_2fPoint & | p | ) | const |
Definition at line 2108 of file opennurbs_point.cpp.
ON_3fPoint ON_3fPoint::operator- | ( | const ON_2fVector & | v | ) | const |
Definition at line 2113 of file opennurbs_point.cpp.
ON_3dVector ON_3fPoint::operator- | ( | const ON_3dPoint & | p | ) | const |
Definition at line 2128 of file opennurbs_point.cpp.
ON_3dPoint ON_3fPoint::operator- | ( | const ON_3dVector & | v | ) | const |
Definition at line 2133 of file opennurbs_point.cpp.
ON_3dVector ON_3fPoint::operator- | ( | const ON_2dPoint & | p | ) | const |
Definition at line 2149 of file opennurbs_point.cpp.
ON_3dPoint ON_3fPoint::operator- | ( | const ON_2dVector & | v | ) | const |
Definition at line 2154 of file opennurbs_point.cpp.
ON_3fPoint & ON_3fPoint::operator-= | ( | const ON_3fPoint & | p | ) |
Definition at line 2028 of file opennurbs_point.cpp.
ON_3fPoint & ON_3fPoint::operator-= | ( | const ON_3fVector & | v | ) |
Definition at line 2036 of file opennurbs_point.cpp.
ON_3fPoint ON_3fPoint::operator/ | ( | int | d | ) | const |
Definition at line 2059 of file opennurbs_point.cpp.
ON_3fPoint ON_3fPoint::operator/ | ( | float | d | ) | const |
Definition at line 2065 of file opennurbs_point.cpp.
ON_3dPoint ON_3fPoint::operator/ | ( | double | d | ) | const |
Definition at line 2071 of file opennurbs_point.cpp.
ON_3fPoint & ON_3fPoint::operator/= | ( | float | d | ) |
Definition at line 2003 of file opennurbs_point.cpp.
bool ON_3fPoint::operator< | ( | const ON_3fPoint & | p | ) | const |
Definition at line 2197 of file opennurbs_point.cpp.
bool ON_3fPoint::operator<= | ( | const ON_3fPoint & | p | ) | const |
Definition at line 2185 of file opennurbs_point.cpp.
ON_3fPoint & ON_3fPoint::operator= | ( | const ON_2fPoint & | p | ) |
Definition at line 1921 of file opennurbs_point.cpp.
ON_3fPoint & ON_3fPoint::operator= | ( | const ON_4fPoint & | p | ) |
Definition at line 1929 of file opennurbs_point.cpp.
ON_3fPoint & ON_3fPoint::operator= | ( | const ON_2fVector & | v | ) |
Definition at line 1938 of file opennurbs_point.cpp.
ON_3fPoint & ON_3fPoint::operator= | ( | const ON_3fVector & | v | ) |
Definition at line 1946 of file opennurbs_point.cpp.
ON_3fPoint & ON_3fPoint::operator= | ( | const float * | p | ) |
Definition at line 1908 of file opennurbs_point.cpp.
ON_3fPoint & ON_3fPoint::operator= | ( | const ON_2dPoint & | p | ) |
Definition at line 1954 of file opennurbs_point.cpp.
ON_3fPoint & ON_3fPoint::operator= | ( | const ON_3dPoint & | p | ) |
Definition at line 1962 of file opennurbs_point.cpp.
ON_3fPoint & ON_3fPoint::operator= | ( | const ON_4dPoint & | p | ) |
Definition at line 1970 of file opennurbs_point.cpp.
ON_3fPoint & ON_3fPoint::operator= | ( | const ON_2dVector & | v | ) |
Definition at line 1979 of file opennurbs_point.cpp.
ON_3fPoint & ON_3fPoint::operator= | ( | const ON_3dVector & | v | ) |
Definition at line 1987 of file opennurbs_point.cpp.
ON_3fPoint & ON_3fPoint::operator= | ( | const double * | p | ) |
Definition at line 1895 of file opennurbs_point.cpp.
bool ON_3fPoint::operator== | ( | const ON_3fPoint & | p | ) | const |
Definition at line 2175 of file opennurbs_point.cpp.
bool ON_3fPoint::operator> | ( | const ON_3fPoint & | p | ) | const |
Definition at line 2203 of file opennurbs_point.cpp.
bool ON_3fPoint::operator>= | ( | const ON_3fPoint & | p | ) | const |
Definition at line 2191 of file opennurbs_point.cpp.
float & ON_3fPoint::operator[] | ( | int | i | ) |
Definition at line 2214 of file opennurbs_point.cpp.
float ON_3fPoint::operator[] | ( | int | i | ) | const |
Definition at line 2209 of file opennurbs_point.cpp.
float & ON_3fPoint::operator[] | ( | unsigned int | i | ) |
Definition at line 2225 of file opennurbs_point.cpp.
float ON_3fPoint::operator[] | ( | unsigned int | i | ) | const |
Definition at line 2220 of file opennurbs_point.cpp.
void ON_3fPoint::Rotate | ( | double | angle, |
const ON_3fVector & | axis, | ||
const ON_3fPoint & | center | ||
) |
Definition at line 746 of file opennurbs_point.cpp.
void ON_3fPoint::Rotate | ( | double | sin_angle, |
double | cos_angle, | ||
const ON_3fVector & | axis, | ||
const ON_3fPoint & | center | ||
) |
Definition at line 755 of file opennurbs_point.cpp.
void ON_3fPoint::Set | ( | float | xx, |
float | yy, | ||
float | zz | ||
) |
Definition at line 6219 of file opennurbs_point.cpp.
void ON_3fPoint::Transform | ( | const ON_Xform & | xform | ) |
Definition at line 767 of file opennurbs_point.cpp.
void ON_3fPoint::Zero | ( | ) |
Definition at line 2247 of file opennurbs_point.cpp.
const ON_3fPoint ON_3fPoint::Origin [static] |
Definition at line 179 of file opennurbs_fpoint.h.
float ON_3fPoint::x |
Definition at line 177 of file opennurbs_fpoint.h.
float ON_3fPoint::y |
Definition at line 177 of file opennurbs_fpoint.h.
float ON_3fPoint::z |
Definition at line 177 of file opennurbs_fpoint.h.