org.jocl.cloth
Class IndependentSetsCreator

java.lang.Object
  extended by org.jocl.cloth.IndependentSetsCreator

 class IndependentSetsCreator
extends java.lang.Object

A class for creating the EdgeData objects for the independent sets of edges of a ClothData


Method Summary
(package private) static EdgeData[] createIndependentSets(ClothData clothData)
          Create the EdgeData objects for the independent sets of edges of the given ClothData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createIndependentSets

static EdgeData[] createIndependentSets(ClothData clothData)
Create the EdgeData objects for the independent sets of edges of the given ClothData

Parameters:
clothData - The cloth data
Returns:
The independent set data