public class TaggedFace extends Face
Object3D that has a tag.| Constructor and Description |
|---|
TaggedFace(Object3D owner,
int[] vertices,
java.lang.String tag)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getTag()
Returns the tag that was specified in the constructor.
|
calculateAverageZValue, calculateNormal, createPath, getColor, getOffset, getOutline, getOwner, getVertexCount, getVertexIndex, isFrontFacing, setOffset, toStringpublic TaggedFace(Object3D owner, int[] vertices, java.lang.String tag)
owner - the owner (null not permitted).vertices - the vertices (must contain at least 3 vertices).tag - the tag (null not permitted).