Uses of Interface
au.edu.unsw.cse.Object3d
Package | Description |
---|---|
au.edu.unsw.cse |
-
Uses of Object3d in au.edu.unsw.cse
Classes in au.edu.unsw.cse that implement Object3d Modifier and Type Class Description class
Axes
A coordinate axes objectclass
Bezier3d
class
Bspline3d
class
CSELogo
class
Cube
class
Edge3d
class
Edge3dPlus
class
Object3dAdaptor
Adaptor class for Object3d - provides default implementation for all the methodsclass
Object3dList
class
Point3dObject3d
A Point3d that is also an Object 3d so that it can be renderedclass
Points3d
class
Polygon3d
class
QuadMesh3d
class
Site3d
A point in 3d space that can be renderedclass
Triangle3d
class
Triangle3dPlus
A 3d triangle with a list of associated pointsFields in au.edu.unsw.cse declared as Object3d Modifier and Type Field Description protected Object3d[]
Object3dList. elementData
Methods in au.edu.unsw.cse that return Object3d Modifier and Type Method Description Object3d
Object3dList. elementAt(int i)
Methods in au.edu.unsw.cse with parameters of type Object3d Modifier and Type Method Description void
VRMLState. addAppear(Object3d o)
void
VRMLState. addDisappear(Object3d o)
void
Object3dList. addElement(Object3d e)
void
VRMLState. addSelect(Object3d o)
void
Paint3d. setModel(Object3d model)
void
Painter. setModel(Object3d model)
void
PaintVRML. setModel(Object3d model)
void
Viewer. setModel(Object3d model)