Uses of Class
au.edu.unsw.cse.Object3dList
Package | Description |
---|---|
au.edu.unsw.cse |
-
Uses of Object3dList in au.edu.unsw.cse
Subclasses of Object3dList in au.edu.unsw.cse Modifier and Type Class Description class
CSELogo
Methods in au.edu.unsw.cse that return Object3dList Modifier and Type Method Description Object3dList
DivideAndConquer. build()
protected Object3dList
DivideAndConquer. build(int first, int last, ProgressUpdater progress, int pos)
recursive buildObject3dList
DivideAndConquer. build(ProgressUpdater progress)
Object3dList
GiftWrap. build()
Object3dList
GiftWrap. build(ProgressUpdater progress)
abstract Object3dList
HullAlgorithm. build()
abstract Object3dList
HullAlgorithm. build(ProgressUpdater updater)
Object3dList
Incremental. build()
Object3dList
Incremental. build(ProgressUpdater progress)
Object3dList
QuickHull. build()
Object3dList
QuickHull. build(ProgressUpdater progress)
Object3dList
DivideAndConquer. build2D()
protected Object3dList
DivideAndConquer. build2D(int first, int last)
recursive buildObject3dList
GiftWrap. build2D()
abstract Object3dList
HullAlgorithm. build2D()
Object3dList
Incremental. build2D()
Object3dList
QuickHull. build2D()
Object3dList
Applet3d. defaultModel()
defaultModel to displayObject3dList
AppletDepth. defaultModel()
defaultModel to displayObject3dList
AppletHull. defaultModel()
defaultModel to displayObject3dList
AppletPatch. defaultModel()
defaultModel to displayObject3dList
VRMLState. getAppear()
Object3dList
VRMLState. getDisappear()
Object3dList
Edge3dPlus. getPoints()
return list of points associated with this triangleObject3dList
Triangle3dPlus. getPoints()
return list of points associated with this triangleObject3dList
VRMLState. getSelect()
Object3dList
Applet3d. selectModel(java.lang.String choice)
override this method if we want a choice of modelsObject3dList
AppletDepth. selectModel(java.lang.String choice)
override this method if we want a choice of modelsObject3dList
AppletHull. selectModel(java.lang.String choice)
override this method if we want a choice of modelsObject3dList
AppletPatch. selectModel(java.lang.String choice)
override this method if we want a choice of modelsMethods in au.edu.unsw.cse with parameters of type Object3dList Modifier and Type Method Description void
Object3dList. append(Object3dList l)
protected void
DivideAndConquer. deleteFaces(Object3dList faces, int first, int last)
mark as deleted faces that can see a pointprotected void
DivideAndConquer. deleteFaces2D(Object3dList faces, int first, int last, PointStack es)
mark as deleted faces that can see a point