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

N

NormalComputer - Interface in org.jocl.cloth
Simple interface for a normal computer
NormalComputerJava - Class in org.jocl.cloth
Simple implementation of a NormalComputer using Java
NormalComputerJava(ResourceHandle<FloatBuffer>, ParticleData, FaceData, NormalData) - Constructor for class org.jocl.cloth.NormalComputerJava
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 - Class in org.jocl.cloth
Implementation of a NormalComputer using OpenCL
NormalComputerJOCL(CLSetup, ParticleData, ResourceHandle<cl_mem>, FaceData, NormalData, ResourceHandle<cl_mem>, ResourceHandle<FloatBuffer>) - Constructor for class org.jocl.cloth.NormalComputerJOCL
Creates a new normal computer.
NormalData - Class in org.jocl.cloth
A plain structure holding the data that is associated with a ParticleData and stores the additional information that is necessary to compute normals in parallel.
NormalData() - Constructor for class org.jocl.cloth.NormalData
Default constructor
NormalDataCreator - Class in org.jocl.cloth
A class for creating NormalData from a collection of faces
normalize(float[], int) - Static method in class org.jocl.cloth.utils.ArrayUtils
Normalize the 3D vector at the specified position
notifyAfterTimeStep(float, float) - Method in class org.jocl.cloth.Simulator
Notify all listeners about a time step
notifyBeforeTimeStep(float, float) - Method in class org.jocl.cloth.Simulator
Notify all listeners about a time step
NUM_ITERATIONS - Static variable in class org.jocl.cloth.SimConfig
The number of iterations for the loop that adjusts all edge lengths.
numConstraints - Variable in class org.jocl.cloth.ParticleData
The number of constraints.
numEdges - Variable in class org.jocl.cloth.EdgeData
The number of edges
numFaces - Variable in class org.jocl.cloth.FaceData
The number of faces (triangles).
numParticles - Variable in class org.jocl.cloth.ParticleData
The number of particles

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