Method |
Description |
|
Object3D ( ) : System |
|
|
addFace ( Vertex v1, Vertex v2, Vertex v3 ) : Face |
|
|
addVertex ( Point3d pos, Color3f color, int status ) : Vertex |
|
|
breakFaceInFive ( int facePos, Point3d newPos1, Point3d newPos2, int linedVertex ) : void |
|
|
breakFaceInFour ( int facePos, Point3d newPos1, Point3d newPos2, Vertex endVertex ) : void |
|
|
breakFaceInThree ( int facePos, Point3d newPos ) : void |
|
|
breakFaceInThree ( int facePos, Point3d newPos1, Point3d newPos2, Vertex startVertex, Vertex endVertex ) : void |
|
|
breakFaceInThree ( int facePos, Point3d newPos1, Point3d newPos2, int splitEdge ) : void |
|
|
breakFaceInThree ( int facePos, Point3d newPos, Vertex endVertex ) : void |
|
|
breakFaceInTwo ( int facePos, Point3d newPos, Vertex endVertex ) : void |
|
|
breakFaceInTwo ( int facePos, Point3d newPos, int splitEdge ) : void |
|
|
computeDistance ( Vertex vertex, Face face ) : double |
|
|
splitFace ( int facePos, Segment segment1, Segment segment2 ) : void |
|
|