37 const fltp04 singleMove[14] = { 0.4f, 0.64f, 0.784f, 0.8704f, 0.92224f, 0.95334f, 0.97201f, 0.9832f, 0.98992f, 0.99395f, 0.99637f, 0.99782f, 0.99869f, 0.99922f };
39 const fltp04 doubleMove[14] = { 0.4f, 0.48f, 0.496f, 0.4992f, 0.49984f, 0.49997f, 0.49999f, 0.5f, 0.5f, 0.5f, 0.5f, 0.5f, 0.5f, 0.5f };
Constains two particles for use in the CSF filter.
Definition Constraint.h:45
Particle & p1
Definition Constraint.h:47
Constraint(Particle &p1, Particle &p2)
Definition Constraint.h:49
void satisfyConstraint(uint04 constraintTimes)
Particle & p2
Definition Constraint.h:48
Used with CSF Cloth, The particle class represents a particle of mass that can move around in 3D spac...
Definition Particle.h:69
const fltp04 doubleMove[14]
Definition Constraint.h:39
float fltp04
Defines an alias representing a 4 byte floating-point number Bit layout is as follows: -Sign: 1 bit a...
Definition BaseValues.hpp:127
const fltp04 singleMove[14]
Definition Constraint.h:37
uint32_t uint04
-Defines an alias representing a 4 byte, unsigned integer -Can represent exact integer values 0 throu...
Definition BaseValues.hpp:96