public class DoubleSidedFace extends Face
| Constructor and Description |
|---|
DoubleSidedFace(Object3D owner,
int[] vertices)
Creates a new double-sided face.
|
calculateAverageZValue, calculateNormal, createPath, getColor, getOffset, getOutline, getOwner, getTag, getVertexCount, getVertexIndex, isFrontFacing, setOffset, toStringpublic DoubleSidedFace(Object3D owner, int[] vertices)
owner - the object that the face belongs to (null not
permitted).vertices - the vertices.