#include <opennurbs_xform.h>
◆ ON_PickPoint() [1/2]
ON_PickPoint::ON_PickPoint |
( |
| ) |
|
|
default |
◆ ~ON_PickPoint()
ON_PickPoint::~ON_PickPoint |
( |
| ) |
|
|
default |
◆ ON_PickPoint() [2/2]
◆ Compare()
- Returns
- +1: a is a better pick pont than b. -1: b is a better pick point than a. 0: a and b are the same.
◆ IsNotSet()
bool ON_PickPoint::IsNotSet |
( |
| ) |
const |
- Returns
- True if this is not set.
◆ IsSet()
bool ON_PickPoint::IsSet |
( |
| ) |
const |
- Returns
- True if this is set.
◆ operator=()
◆ m_depth
double ON_PickPoint::m_depth = ON_UNSET_VALUE |
◆ m_distance
double ON_PickPoint::m_distance = 1.0e300 |
◆ m_point
◆ m_t
double ON_PickPoint::m_t[4] |
◆ Unset