Uses of Class
toxi.geom.mesh.Vertex
Packages that use Vertex
-
Uses of Vertex in toxi.geom.mesh
Subclasses of Vertex in toxi.geom.meshFields in toxi.geom.mesh declared as VertexFields in toxi.geom.mesh with type parameters of type VertexModifier and TypeFieldDescriptionTriangleMesh.vertices
Vertex buffer & lookup index when adding new facesMethods in toxi.geom.mesh that return VertexModifier and TypeMethodDescriptionMesh3D.getClosestVertexToPoint
(ReadonlyVec3D p) TriangleMesh.getClosestVertexToPoint
(ReadonlyVec3D p) TriangleMesh.getVertexAtPoint
(Vec3D v) TriangleMesh.getVertexForID
(int id) final Vertex[]
Face.getVertices
(Vertex[] verts) Methods in toxi.geom.mesh that return types with arguments of type VertexModifier and TypeMethodDescriptionVertexSelector.getSelection()
Returns the actual collection of selected verticesMesh3D.getVertices()
TriangleMesh.getVertices()
Methods in toxi.geom.mesh with parameters of type VertexMethod parameters in toxi.geom.mesh with type arguments of type VertexModifier and TypeMethodDescriptionvoid
WETriangleMesh.removeVertices
(Collection<Vertex> selection) Constructors in toxi.geom.mesh with parameters of type Vertex