#include <opennurbs_point.h>
Definition at line 418 of file opennurbs_point.h.
Definition at line 4097 of file opennurbs_point.cpp.
ON_3dPoint::ON_3dPoint | ( | double | x, |
double | y, | ||
double | z | ||
) |
Definition at line 4146 of file opennurbs_point.cpp.
ON_3dPoint::ON_3dPoint | ( | const ON_2dPoint & | p | ) |
Definition at line 4149 of file opennurbs_point.cpp.
ON_3dPoint::ON_3dPoint | ( | const ON_4dPoint & | p | ) |
Definition at line 4152 of file opennurbs_point.cpp.
ON_3dPoint::ON_3dPoint | ( | const ON_2dVector & | v | ) |
Definition at line 4161 of file opennurbs_point.cpp.
ON_3dPoint::ON_3dPoint | ( | const ON_3dVector & | v | ) |
Definition at line 4164 of file opennurbs_point.cpp.
ON_3dPoint::ON_3dPoint | ( | const double * | p | ) |
Definition at line 4136 of file opennurbs_point.cpp.
ON_3dPoint::ON_3dPoint | ( | const class ON_2fPoint & | ) |
ON_3dPoint::ON_3dPoint | ( | const class ON_3fPoint & | ) |
ON_3dPoint::ON_3dPoint | ( | const class ON_4fPoint & | ) |
ON_3dPoint::ON_3dPoint | ( | const class ON_2fVector & | ) |
ON_3dPoint::ON_3dPoint | ( | const class ON_3fVector & | ) |
ON_3dPoint::ON_3dPoint | ( | const float * | p | ) |
Definition at line 4100 of file opennurbs_point.cpp.
double ON_3dPoint::DistanceTo | ( | const ON_3dPoint & | p | ) | const |
Definition at line 4513 of file opennurbs_point.cpp.
double ON_3dPoint::Fuzz | ( | double | tolerance = ON_ZERO_TOLERANCE | ) | const |
Definition at line 1244 of file opennurbs_point.cpp.
bool ON_3dPoint::IsUnsetPoint | ( | ) | const |
Definition at line 6171 of file opennurbs_point.cpp.
bool ON_3dPoint::IsValid | ( | ) | const |
Definition at line 6166 of file opennurbs_point.cpp.
double ON_3dPoint::MaximumCoordinate | ( | ) | const |
Definition at line 4523 of file opennurbs_point.cpp.
int ON_3dPoint::MaximumCoordinateIndex | ( | ) | const |
Definition at line 4518 of file opennurbs_point.cpp.
double ON_3dPoint::MinimumCoordinate | ( | ) | const |
Definition at line 4534 of file opennurbs_point.cpp.
int ON_3dPoint::MinimumCoordinateIndex | ( | ) | const |
Definition at line 4529 of file opennurbs_point.cpp.
ON_3dPoint::operator const double * | ( | ) | const |
Definition at line 4172 of file opennurbs_point.cpp.
ON_3dPoint::operator double * | ( | ) |
Definition at line 4167 of file opennurbs_point.cpp.
bool ON_3dPoint::operator!= | ( | const ON_3dPoint & | p | ) | const |
Definition at line 4462 of file opennurbs_point.cpp.
ON_3dPoint ON_3dPoint::operator* | ( | int | i | ) | const |
Definition at line 4327 of file opennurbs_point.cpp.
ON_3dPoint ON_3dPoint::operator* | ( | float | f | ) | const |
Definition at line 4333 of file opennurbs_point.cpp.
ON_3dPoint ON_3dPoint::operator* | ( | double | d | ) | const |
Definition at line 4339 of file opennurbs_point.cpp.
double ON_3dPoint::operator* | ( | const ON_3dPoint & | h | ) | const |
Definition at line 4442 of file opennurbs_point.cpp.
double ON_3dPoint::operator* | ( | const ON_3dVector & | h | ) | const |
Definition at line 4447 of file opennurbs_point.cpp.
double ON_3dPoint::operator* | ( | const ON_4dPoint & | h | ) | const |
Definition at line 4452 of file opennurbs_point.cpp.
ON_3dPoint ON_3dPoint::operator* | ( | const ON_Xform & | xform | ) | const |
Definition at line 1229 of file opennurbs_point.cpp.
ON_3dPoint & ON_3dPoint::operator*= | ( | double | d | ) |
Definition at line 4278 of file opennurbs_point.cpp.
ON_3dPoint ON_3dPoint::operator+ | ( | const ON_3dPoint & | p | ) | const |
Definition at line 4362 of file opennurbs_point.cpp.
ON_3dPoint ON_3dPoint::operator+ | ( | const ON_3dVector & | v | ) | const |
Definition at line 4367 of file opennurbs_point.cpp.
ON_3dPoint ON_3dPoint::operator+ | ( | const ON_2dPoint & | p | ) | const |
Definition at line 4382 of file opennurbs_point.cpp.
ON_3dPoint ON_3dPoint::operator+ | ( | const ON_2dVector & | v | ) | const |
Definition at line 4387 of file opennurbs_point.cpp.
ON_3dPoint ON_3dPoint::operator+ | ( | const ON_3fPoint & | p | ) | const |
Definition at line 4402 of file opennurbs_point.cpp.
ON_3dPoint ON_3dPoint::operator+ | ( | const ON_3fVector & | v | ) | const |
Definition at line 4407 of file opennurbs_point.cpp.
ON_3dPoint ON_3dPoint::operator+ | ( | const ON_2fPoint & | p | ) | const |
Definition at line 4422 of file opennurbs_point.cpp.
ON_3dPoint ON_3dPoint::operator+ | ( | const ON_2fVector & | v | ) | const |
Definition at line 4427 of file opennurbs_point.cpp.
ON_3dPoint & ON_3dPoint::operator+= | ( | const ON_3dPoint & | p | ) |
Definition at line 4295 of file opennurbs_point.cpp.
ON_3dPoint & ON_3dPoint::operator+= | ( | const ON_3dVector & | v | ) |
Definition at line 4303 of file opennurbs_point.cpp.
ON_3dVector ON_3dPoint::operator- | ( | const ON_3dPoint & | p | ) | const |
Definition at line 4372 of file opennurbs_point.cpp.
ON_3dPoint ON_3dPoint::operator- | ( | const ON_3dVector & | v | ) | const |
Definition at line 4377 of file opennurbs_point.cpp.
ON_3dVector ON_3dPoint::operator- | ( | const ON_2dPoint & | p | ) | const |
Definition at line 4392 of file opennurbs_point.cpp.
ON_3dPoint ON_3dPoint::operator- | ( | const ON_2dVector & | v | ) | const |
Definition at line 4397 of file opennurbs_point.cpp.
ON_3dVector ON_3dPoint::operator- | ( | const ON_3fPoint & | p | ) | const |
Definition at line 4412 of file opennurbs_point.cpp.
ON_3dPoint ON_3dPoint::operator- | ( | const ON_3fVector & | v | ) | const |
Definition at line 4417 of file opennurbs_point.cpp.
ON_3dVector ON_3dPoint::operator- | ( | const ON_2fPoint & | p | ) | const |
Definition at line 4432 of file opennurbs_point.cpp.
ON_3dPoint ON_3dPoint::operator- | ( | const ON_2fVector & | v | ) | const |
Definition at line 4437 of file opennurbs_point.cpp.
ON_3dPoint & ON_3dPoint::operator-= | ( | const ON_3dPoint & | p | ) |
Definition at line 4311 of file opennurbs_point.cpp.
ON_3dPoint & ON_3dPoint::operator-= | ( | const ON_3dVector & | v | ) |
Definition at line 4319 of file opennurbs_point.cpp.
ON_3dPoint ON_3dPoint::operator/ | ( | int | i | ) | const |
Definition at line 4344 of file opennurbs_point.cpp.
ON_3dPoint ON_3dPoint::operator/ | ( | float | f | ) | const |
Definition at line 4350 of file opennurbs_point.cpp.
ON_3dPoint ON_3dPoint::operator/ | ( | double | d | ) | const |
Definition at line 4356 of file opennurbs_point.cpp.
ON_3dPoint & ON_3dPoint::operator/= | ( | double | d | ) |
Definition at line 4286 of file opennurbs_point.cpp.
bool ON_3dPoint::operator< | ( | const ON_3dPoint & | p | ) | const |
Definition at line 4479 of file opennurbs_point.cpp.
bool ON_3dPoint::operator<= | ( | const ON_3dPoint & | p | ) | const |
Definition at line 4467 of file opennurbs_point.cpp.
ON_3dPoint & ON_3dPoint::operator= | ( | const ON_2dPoint & | p | ) |
Definition at line 4203 of file opennurbs_point.cpp.
ON_3dPoint & ON_3dPoint::operator= | ( | const ON_4dPoint & | p | ) |
Definition at line 4211 of file opennurbs_point.cpp.
ON_3dPoint & ON_3dPoint::operator= | ( | const ON_2dVector & | v | ) |
Definition at line 4220 of file opennurbs_point.cpp.
ON_3dPoint & ON_3dPoint::operator= | ( | const ON_3dVector & | v | ) |
Definition at line 4228 of file opennurbs_point.cpp.
ON_3dPoint & ON_3dPoint::operator= | ( | const double * | p | ) |
Definition at line 4190 of file opennurbs_point.cpp.
ON_3dPoint& ON_3dPoint::operator= | ( | const class ON_2fPoint & | ) |
ON_3dPoint& ON_3dPoint::operator= | ( | const class ON_3fPoint & | ) |
ON_3dPoint& ON_3dPoint::operator= | ( | const class ON_4fPoint & | ) |
ON_3dPoint& ON_3dPoint::operator= | ( | const class ON_2fVector & | ) |
ON_3dPoint& ON_3dPoint::operator= | ( | const class ON_3fVector & | ) |
ON_3dPoint & ON_3dPoint::operator= | ( | const float * | p | ) |
Definition at line 4177 of file opennurbs_point.cpp.
bool ON_3dPoint::operator== | ( | const ON_3dPoint & | p | ) | const |
Definition at line 4457 of file opennurbs_point.cpp.
bool ON_3dPoint::operator> | ( | const ON_3dPoint & | p | ) | const |
Definition at line 4485 of file opennurbs_point.cpp.
bool ON_3dPoint::operator>= | ( | const ON_3dPoint & | p | ) | const |
Definition at line 4473 of file opennurbs_point.cpp.
double & ON_3dPoint::operator[] | ( | int | i | ) |
Definition at line 4496 of file opennurbs_point.cpp.
double ON_3dPoint::operator[] | ( | int | i | ) | const |
Definition at line 4491 of file opennurbs_point.cpp.
double & ON_3dPoint::operator[] | ( | unsigned int | i | ) |
Definition at line 4507 of file opennurbs_point.cpp.
double ON_3dPoint::operator[] | ( | unsigned int | i | ) | const |
Definition at line 4502 of file opennurbs_point.cpp.
void ON_3dPoint::Rotate | ( | double | angle, |
const ON_3dVector & | axis, | ||
const ON_3dPoint & | center | ||
) |
Definition at line 997 of file opennurbs_point.cpp.
void ON_3dPoint::Rotate | ( | double | sin_angle, |
double | cos_angle, | ||
const ON_3dVector & | axis, | ||
const ON_3dPoint & | center | ||
) |
Definition at line 1006 of file opennurbs_point.cpp.
void ON_3dPoint::Set | ( | double | x, |
double | y, | ||
double | z | ||
) |
Definition at line 6192 of file opennurbs_point.cpp.
void ON_3dPoint::Transform | ( | const ON_Xform & | xform | ) |
Definition at line 682 of file opennurbs_point.cpp.
void ON_3dPoint::Zero | ( | ) |
Definition at line 4540 of file opennurbs_point.cpp.
const ON_3dPoint ON_3dPoint::Origin [static] |
Definition at line 423 of file opennurbs_point.h.
const ON_3dPoint ON_3dPoint::UnsetPoint [static] |
Definition at line 424 of file opennurbs_point.h.
double ON_3dPoint::x |
Definition at line 421 of file opennurbs_point.h.
double ON_3dPoint::y |
Definition at line 421 of file opennurbs_point.h.
double ON_3dPoint::z |
Definition at line 421 of file opennurbs_point.h.