new GluFace(opt_nextFaceopt, opt_prevFaceopt)
Each face has a pointer to the next and previous faces in the
circular list, and a pointer to a half-edge with this face as
the left face (null if this is the dummy header). There is also
a field "data" for client data.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
opt_nextFace |
libtess.GluFace |
<optional> |
|
opt_prevFace |
libtess.GluFace |
<optional> |
- Source:
Members
anEdge :libtess.GluHalfEdge
A half edge with this left face.
Type:
- Source:
data :Object
room for client's data
Type:
- Object
- Source:
inside :boolean
This face is in the polygon interior.
Type:
- boolean
- Source:
(non-null) next :libtess.GluFace
next face (never null)
Type:
- Source:
(non-null) prev :libtess.GluFace
previous face (never NULL)
Type:
- Source: