Uses of Class
toxi.geom.mesh.WingedEdge
-
Uses of WingedEdge in toxi.geom.mesh
Modifier and TypeFieldDescriptionWEFace.edges
WETriangleMesh.edges
WEVertex buffer & lookup index when adding new facesWEVertex.edges
Modifier and TypeMethodDescriptionWEFace.getEdges()
WETriangleMesh.getEdges()
WEVertex.getEdges()
Modifier and TypeMethodDescriptionvoid
WEFace.addEdge
(WingedEdge e) void
WEVertex.addEdge
(WingedEdge e) void
WEVertex.removeEdge
(WingedEdge e) void
WETriangleMesh.splitEdge
(WingedEdge e, SubdivisionStrategy subDiv) -
Uses of WingedEdge in toxi.geom.mesh.subdiv
Modifier and TypeFieldDescriptionstatic final Comparator<? super WingedEdge>
SubdivisionStrategy.DEFAULT_ORDERING
Modifier and TypeMethodDescriptionComparator<? super WingedEdge>
SubdivisionStrategy.getEdgeOrdering()
Returns theComparator
used to sort a mesh's edge list based on a certain criteria.Modifier and TypeMethodDescriptionint
EdgeLengthComparator.compare
(WingedEdge e1, WingedEdge e2) int
FaceCountComparator.compare
(WingedEdge e1, WingedEdge e2) DualDisplacementSubdivision.computeSplitPoints
(WingedEdge edge) DualSubdivision.computeSplitPoints
(WingedEdge edge) MidpointDisplacementSubdivision.computeSplitPoints
(WingedEdge edge) MidpointSubdivision.computeSplitPoints
(WingedEdge edge) NormalDisplacementSubdivision.computeSplitPoints
(WingedEdge edge) SubdivisionStrategy.computeSplitPoints
(WingedEdge edge) Computes a number of points on (or near) the given edge which are used for splitting the edge in smaller segments.TriSubdivision.computeSplitPoints
(WingedEdge edge) Modifier and TypeMethodDescriptionvoid
SubdivisionStrategy.setEdgeOrdering
(Comparator<? super WingedEdge> order) Sets the given edge listComparator
for a strategy implementation.