Uses of Class
au.edu.unsw.cse.Point3dObject3d
Package | Description |
---|---|
au.edu.unsw.cse |
-
Uses of Point3dObject3d in au.edu.unsw.cse
Fields in au.edu.unsw.cse declared as Point3dObject3d Modifier and Type Field Description protected Point3dObject3d[]
Points3d. pts
Methods in au.edu.unsw.cse that return Point3dObject3d Modifier and Type Method Description Point3dObject3d
Edge3dPlus. extreme()
return point farthest from support plane of this trianglPoint3dObject3d
Triangle3dPlus. extreme()
return point farthest from support plane of this triangleMethods in au.edu.unsw.cse with parameters of type Point3dObject3d Modifier and Type Method Description boolean
Edge3dPlus. add(Point3dObject3d p)
try to add a point to association list.boolean
Triangle3dPlus. add(Point3dObject3d p)
try to add a point to association list.Points3d
Points3d. set(Point3dObject3d[] pts)
Constructors in au.edu.unsw.cse with parameters of type Point3dObject3d Constructor Description DivideAndConquer(Point3dObject3d[] pts)
GiftWrap(Point3dObject3d[] pts)
GiftWrapQT(Point3dObject3d[] pts)
HullAlgorithm(Point3dObject3d[] pts)
Incremental(Point3dObject3d[] pts)
QuickHull(Point3dObject3d[] pts)