|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjhplot.v3d.Position
jhplot.v3d.Object3d
public class Object3d
Constructor Summary | |
---|---|
Object3d(Model3d md,
int nvert,
int nface)
|
|
Object3d(String name,
Model3d md,
int nvert,
int nface)
|
Method Summary | |
---|---|
int |
addFace(int nvert)
|
int |
addFace(int nvert,
Color c)
|
int |
addFace(int nvert,
int red,
int green,
int blue)
|
int |
addVertex(float x,
float y,
float z)
|
int |
addVertex(Vector3d v)
|
void |
setColor(Color c)
|
void |
setColor(int red,
int green,
int blue)
|
void |
setName(String name)
|
Methods inherited from class jhplot.v3d.Position |
---|
copyPos, incRot, incScale, incTrans, setRot, setScale, setTrans |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Object3d(Model3d md, int nvert, int nface)
public Object3d(String name, Model3d md, int nvert, int nface)
Method Detail |
---|
public int addVertex(Vector3d v)
public int addVertex(float x, float y, float z)
public int addFace(int nvert, Color c)
public int addFace(int nvert, int red, int green, int blue)
public int addFace(int nvert)
public void setName(String name)
public void setColor(Color c)
public void setColor(int red, int green, int blue)
|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |