Uses of Class
com.jmex.subdivision.SubdivisionButterfly.Rule

Packages that use SubdivisionButterfly.Rule
com.jmex.subdivision   
 

Uses of SubdivisionButterfly.Rule in com.jmex.subdivision
 

Methods in com.jmex.subdivision that return SubdivisionButterfly.Rule
static SubdivisionButterfly.Rule SubdivisionButterfly.VertexType.getRule(SubdivisionButterfly.Valence valence1, SubdivisionButterfly.Location location1, SubdivisionButterfly.Valence valence2, SubdivisionButterfly.Location location2)
          Calculates which subdivision Rule to use on an edge whose vertices have the provided Locations and Valances
static SubdivisionButterfly.Rule SubdivisionButterfly.Rule.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SubdivisionButterfly.Rule[] SubdivisionButterfly.Rule.values()
          Returns an array containing the constants of this enum type, in the order they are declared.