|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttoxi.geom.mesh.subdiv.SubdivisionStrategy
toxi.geom.mesh.subdiv.DualSubdivision
public class 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 | |
|---|---|
DualSubdivision()
|
|
| Method Summary | |
|---|---|
java.util.List<Vec3D> |
computeSplitPoints(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 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DualSubdivision()
| Method Detail |
|---|
public java.util.List<Vec3D> computeSplitPoints(WingedEdge edge)
SubdivisionStrategy
computeSplitPoints in class SubdivisionStrategyedge - edge to split
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||