Woolz Image Processing
Version 1.7.5
|
A face of the convex hull for use in a convex hull workspace. Typedef: WlzConvHullFce. More...
Data Fields | |
int | vtx [3] |
struct _WlzConvHullFce * | opp [3] |
WlzDVertex3 | nrm |
struct _WlzConvHullArc * | arc |
struct _WlzConvHullFce * | nxt |
struct _WlzConvHullFce * | prv |
A face of the convex hull for use in a convex hull workspace. Typedef: WlzConvHullFce.
int _WlzConvHullFce::vtx[3] |
Indices of the vertices.
Referenced by WlzConvexHullFromVtx3().
struct _WlzConvHullFce* _WlzConvHullFce::opp[3] |
Opposite faces, opp[i] is the face opposite on the edge in this face directed from vtx[i] to vtx[(i + 1)%3].
Referenced by WlzConvexHullFromVtx3().
WlzDVertex3 _WlzConvHullFce::nrm |
Outward directed normal for this face.
struct _WlzConvHullArc* _WlzConvHullFce::arc |
Conflict list.
struct _WlzConvHullFce* _WlzConvHullFce::nxt |
Next face in list.
struct _WlzConvHullFce* _WlzConvHullFce::prv |
Previous face in list.