Woolz Image Processing  Version 1.7.5
_WlzConvHullFce Struct Reference

A face of the convex hull for use in a convex hull workspace. Typedef: WlzConvHullFce. More...

Data Fields

int vtx [3]
 
struct _WlzConvHullFceopp [3]
 
WlzDVertex3 nrm
 
struct _WlzConvHullArcarc
 
struct _WlzConvHullFcenxt
 
struct _WlzConvHullFceprv
 

Detailed Description

A face of the convex hull for use in a convex hull workspace. Typedef: WlzConvHullFce.

Field Documentation

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.


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