|
VTK
9.6.20260619
|
Half-plane representation: point P is inside the hull iff P·Normal ≤ D for every plane in the set. More...
#include <vtkConvexHull.h>
Public Attributes | |
| vtkVector3d | Normal |
| double | D { 0.0 } |
Half-plane representation: point P is inside the hull iff P·Normal ≤ D for every plane in the set.
Definition at line 55 of file vtkConvexHull.h.
| vtkVector3d vtkConvexHull::Plane::Normal |
Definition at line 57 of file vtkConvexHull.h.
| double vtkConvexHull::Plane::D { 0.0 } |
Definition at line 58 of file vtkConvexHull.h.