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. ptsMethods in au.edu.unsw.cse that return Point3dObject3d Modifier and Type Method Description Point3dObject3dEdge3dPlus. extreme()return point farthest from support plane of this trianglPoint3dObject3dTriangle3dPlus. 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 booleanEdge3dPlus. add(Point3dObject3d p)try to add a point to association list.booleanTriangle3dPlus. add(Point3dObject3d p)try to add a point to association list.Points3dPoints3d. 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)