A B C D E F G I L M N O P R S T U V W

E

EdgeData - Class in org.jocl.cloth
A plain structure holding the data of a set of edges.
EdgeData() - Constructor for class org.jocl.cloth.EdgeData
 
EdgeDataCreator - Class in org.jocl.cloth
A class for creating an EdgeData from a collection of edges.
edgeRestLengths - Variable in class org.jocl.cloth.EdgeData
Stores for each edge its rest length edgeRestLengths[edgeIndex] = edge.restLength; where edgeIndex = 0...numEdges-1
edgeVertexIndices - Variable in class org.jocl.cloth.EdgeData
The vertex indices for each edge edgeVertexIndices[edgeIndex*2+0] = edge.vertexIndex0; edgeVertexIndices[edgeIndex*2+1] = edge.vertexIndex1; where edgeIndex = 0...numEdges-1
enforceConstraints(EdgeData[], float[], float[], float, int) - Static method in class org.jocl.cloth.ClothSimulationMethods
Perform the specified number of iterations for the edge constraint enforcement.
enforceConstraintsSingleIteration(int, int[], float[], float[], float[], float) - Static method in class org.jocl.cloth.ClothSimulationMethods
Perform a single iteration of the edge constraint enforcement.
enforceGlobalConstraints(int, int[], float[], float[], float[], float[]) - Static method in class org.jocl.cloth.ClothSimulationMethods
Enforce the global constraints.
enumerateEdges(Iterable<T>) - Static method in class org.jocl.cloth.MeshUtils
Enumerate the given edges.
enumerateEdges(Iterable<T>, Iterable<T>) - Static method in class org.jocl.cloth.MeshUtils
Enumerate the given edges.

A B C D E F G I L M N O P R S T U V W