Uses of Class
toxi.geom.mesh.WEVertex

Packages that use WEVertex
toxi.geom.mesh   
 

Uses of WEVertex in toxi.geom.mesh
 

Methods in toxi.geom.mesh that return WEVertex
 WEVertex WETriangleMesh.getClosestVertexToPoint(ReadonlyVec3D p)
           
 WEVertex WEVertex.getNeighborInDirection(ReadonlyVec3D dir, float tolerance)
           
 WEVertex WingedEdge.getOtherEndFor(WEVertex v)
           
 WEVertex WETriangleMesh.getVertexAtPoint(Vec3D v)
           
 WEVertex WETriangleMesh.getVertexForID(int id)
           
 WEVertex[] WEFace.getVertices(WEVertex[] verts)
           
 

Methods in toxi.geom.mesh that return types with arguments of type WEVertex
 java.util.List<WEVertex> WEVertex.getNeighbors()
           
 

Methods in toxi.geom.mesh with parameters of type WEVertex
 WEVertex WingedEdge.getOtherEndFor(WEVertex v)
           
 WEVertex[] WEFace.getVertices(WEVertex[] verts)
           
 

Constructors in toxi.geom.mesh with parameters of type WEVertex
WEFace(WEVertex a, WEVertex b, WEVertex c)
           
WEFace(WEVertex a, WEVertex b, WEVertex c, Vec2D uvA, Vec2D uvB, Vec2D uvC)
           
WingedEdge(WEVertex a, WEVertex b, WEFace f, int id)