|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Face | |
---|---|
net.jinx.video.model | This package contains the
core components of the Vertex Modeler application. Model designers will be most interested in the Model and VertexUtil classes; examine their documentation closely, since you'll be using them extensively. Being aware of the other classes in this package would be handy, as well. |
Uses of Face in net.jinx.video.model |
---|
Methods in net.jinx.video.model that return Face | |
---|---|
Face[] |
TriangleStrip.getFaces()
|
Face[] |
Triangles.getFaces()
|
Face[] |
TriangleFan.getFaces()
|
Face[] |
QuadStrip.getFaces()
|
Face[] |
Quads.getFaces()
|
Face[] |
Polygon.getFaces()
|
abstract Face[] |
MeshElement.getFaces()
Provides an array of all the Faces formed by this MeshElement. |
Face[] |
LineStrip.getFaces()
Lines have no faces, so this returns an empty array. |
Face[] |
Lines.getFaces()
Lines have no faces, so this returns an empty array. |
Face[] |
LineLoop.getFaces()
Lines have no faces, so this returns an empty array. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |