VTK  9.6.20260619
vtkConvexHull::Plane Struct Reference

Half-plane representation: point P is inside the hull iff P·Normal ≤ D for every plane in the set. More...

#include <vtkConvexHull.h>

Collaboration diagram for vtkConvexHull::Plane:
[legend]

Public Attributes

vtkVector3d Normal
 
double D { 0.0 }
 

Detailed Description

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.

Member Data Documentation

◆ Normal

vtkVector3d vtkConvexHull::Plane::Normal

Definition at line 57 of file vtkConvexHull.h.

◆ D

double vtkConvexHull::Plane::D { 0.0 }

Definition at line 58 of file vtkConvexHull.h.


The documentation for this struct was generated from the following file: