Uses of Class
org.jocl.cloth.FaceData

Packages that use FaceData
org.jocl.cloth The main package for the cloth simulator 
 

Uses of FaceData in org.jocl.cloth
 

Methods in org.jocl.cloth that return FaceData
(package private) static FaceData FaceDataCreator.createFaceData(java.util.Collection<? extends de.javagl.simplemesh.Face> faces)
          Create the FaceData from the given faces
(package private)  FaceData SimData.getFaceData()
          Returns the FaceData
 

Constructors in org.jocl.cloth with parameters of type FaceData
NormalComputerJava(ResourceHandle<java.nio.FloatBuffer> vertexNormalsHandle, ParticleData p, FaceData f, NormalData n)
          Creates a new normal computer that uses the given simulation- and normal data, and writes the vertex normals into the buffer obtained from the given handle.
NormalComputerJOCL(CLSetup clSetup, ParticleData p, ResourceHandle<org.jocl.cl_mem> positions, FaceData f, NormalData n, ResourceHandle<org.jocl.cl_mem> vertexNormals, ResourceHandle<java.nio.FloatBuffer> renderingVertexNormals)
          Creates a new normal computer.
SimData(ParticleData particleData, EdgeData edgeData, FaceData faceData, NormalData normalData, EdgeData[] independentSets, EdgeData[][] clustersSets)
          Creates a new SimData object