Package toxi.geom.mesh.subdiv
Class DualSubdivision
java.lang.Object
toxi.geom.mesh.subdiv.SubdivisionStrategy
toxi.geom.mesh.subdiv.DualSubdivision
This subdivision strategy splits an edge in three equal parts using two split
points at 33% and 66% of the edge.
-
Field Summary
Fields inherited from class toxi.geom.mesh.subdiv.SubdivisionStrategy
DEFAULT_ORDERING
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncomputeSplitPoints
(WingedEdge edge) Computes a number of points on (or near) the given edge which are used for splitting the edge in smaller segments.Methods inherited from class toxi.geom.mesh.subdiv.SubdivisionStrategy
getEdgeOrdering, setEdgeOrdering
-
Constructor Details
-
DualSubdivision
public DualSubdivision()
-
-
Method Details
-
computeSplitPoints
Description copied from class:SubdivisionStrategy
Computes a number of points on (or near) the given edge which are used for splitting the edge in smaller segments.- Specified by:
computeSplitPoints
in classSubdivisionStrategy
- Parameters:
edge
- edge to split- Returns:
- list of split points
-