#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 point 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
larger values are in front of smaller values.
◆ m_distance
double ON_PickPoint::m_distance = 1.0e300 |
smaller values are closer to pick ray.
◆ m_point
◆ m_t
double ON_PickPoint::m_t[4] = {} |
parameters (When m_point is set, unused values are set to ON_UNSET_VALUE.)
◆ Unset