#include <opennurbs_xform.h>
Definition at line 766 of file opennurbs_xform.h.
| anonymous enum |
| max_clip_plane_count | |
| frustum_bitmask | |
| near_plane_bitmask | |
| far_plane_bitmask | |
| clip_plane_bitmask | |
| negw_bitmask |
Definition at line 799 of file opennurbs_xform.h.
Definition at line 148 of file opennurbs_bounding_box.cpp.
| double ON_ClippingRegion::ClipPlaneTolerance | ( | ) | const |
Definition at line 161 of file opennurbs_bounding_box.cpp.
| bool ON_ClippingRegion::GetLineClipPlaneParamters | ( | ON_4dPoint | P0, |
| ON_4dPoint | P1, | ||
| double * | t0, | ||
| double * | t1 | ||
| ) | const |
Definition at line 1034 of file opennurbs_bounding_box.cpp.
| int ON_ClippingRegion::InClipPlaneRegion | ( | ON_3dPoint | P | ) | const |
Definition at line 330 of file opennurbs_bounding_box.cpp.
| int ON_ClippingRegion::InClipPlaneRegion | ( | const ON_BoundingBox & | bbox | ) | const |
Definition at line 337 of file opennurbs_bounding_box.cpp.
| int ON_ClippingRegion::InClipPlaneRegion | ( | int | count, |
| const ON_3fPoint * | p | ||
| ) | const |
Definition at line 367 of file opennurbs_bounding_box.cpp.
| int ON_ClippingRegion::InClipPlaneRegion | ( | int | count, |
| const ON_3dPoint * | p | ||
| ) | const |
Definition at line 431 of file opennurbs_bounding_box.cpp.
| int ON_ClippingRegion::InClipPlaneRegion | ( | int | count, |
| const ON_4dPoint * | p | ||
| ) | const |
Definition at line 495 of file opennurbs_bounding_box.cpp.
| int ON_ClippingRegion::InViewFrustum | ( | ON_3dPoint | P | ) | const |
Definition at line 166 of file opennurbs_bounding_box.cpp.
| int ON_ClippingRegion::InViewFrustum | ( | const ON_BoundingBox & | bbox | ) | const |
Definition at line 173 of file opennurbs_bounding_box.cpp.
| int ON_ClippingRegion::InViewFrustum | ( | int | count, |
| const ON_3fPoint * | p | ||
| ) | const |
Definition at line 198 of file opennurbs_bounding_box.cpp.
| int ON_ClippingRegion::InViewFrustum | ( | int | count, |
| const ON_3dPoint * | p | ||
| ) | const |
Definition at line 242 of file opennurbs_bounding_box.cpp.
| int ON_ClippingRegion::InViewFrustum | ( | int | count, |
| const ON_4dPoint * | p | ||
| ) | const |
Definition at line 286 of file opennurbs_bounding_box.cpp.
| int ON_ClippingRegion::IsVisible | ( | ON_3dPoint | P | ) | const |
Definition at line 559 of file opennurbs_bounding_box.cpp.
| int ON_ClippingRegion::IsVisible | ( | const ON_BoundingBox & | bbox | ) | const |
Definition at line 564 of file opennurbs_bounding_box.cpp.
| int ON_ClippingRegion::IsVisible | ( | int | count, |
| const ON_3fPoint * | p | ||
| ) | const |
Definition at line 588 of file opennurbs_bounding_box.cpp.
| int ON_ClippingRegion::IsVisible | ( | int | count, |
| const ON_3dPoint * | p | ||
| ) | const |
Definition at line 652 of file opennurbs_bounding_box.cpp.
| int ON_ClippingRegion::IsVisible | ( | int | count, |
| const ON_4dPoint * | p | ||
| ) | const |
Definition at line 717 of file opennurbs_bounding_box.cpp.
| void ON_ClippingRegion::SetClipPlaneTolerance | ( | double | clip_plane_tolerance | ) |
Definition at line 153 of file opennurbs_bounding_box.cpp.
| unsigned int ON_ClippingRegion::TransformPoint | ( | const ON_4dPoint & | P, |
| ON_4dPoint & | Q | ||
| ) | const |
Definition at line 781 of file opennurbs_bounding_box.cpp.
| unsigned int ON_ClippingRegion::TransformPoint | ( | const ON_3dPoint & | P, |
| ON_3dPoint & | Q | ||
| ) | const |
Definition at line 829 of file opennurbs_bounding_box.cpp.
| unsigned int ON_ClippingRegion::TransformPoint | ( | const ON_3fPoint & | P, |
| ON_3dPoint & | Q | ||
| ) | const |
Definition at line 884 of file opennurbs_bounding_box.cpp.
| int ON_ClippingRegion::TransformPoints | ( | int | count, |
| ON_4dPoint * | p | ||
| ) | const |
Definition at line 958 of file opennurbs_bounding_box.cpp.
| int ON_ClippingRegion::TransformPoints | ( | int | count, |
| ON_4dPoint * | p, | ||
| unsigned int * | pflags | ||
| ) | const |
Definition at line 893 of file opennurbs_bounding_box.cpp.
Definition at line 822 of file opennurbs_xform.h.
Definition at line 812 of file opennurbs_xform.h.
float ON_ClippingRegion::m_clip_plane_tolerance [private] |
Definition at line 819 of file opennurbs_xform.h.
Definition at line 774 of file opennurbs_xform.h.