|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectPrimitive
public class Primitive
Nested Class Summary | |
---|---|
static class |
Primitive.Type
|
Field Summary | |
---|---|
int[] |
indices
|
VectorXYZ[] |
normals
|
Primitive.Type |
type
|
Constructor Summary | |
---|---|
Primitive(Primitive.Type type,
int[] indices,
VectorXYZ[] normals)
|
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final Primitive.Type type
public final int[] indices
public final VectorXYZ[] normals
Constructor Detail |
---|
public Primitive(Primitive.Type type, int[] indices, VectorXYZ[] normals)
Method Detail |
---|
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |