API Documentation
Loading...
Searching...
No Matches
Particle.h File Reference
Include dependency graph for Particle.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Particle
 Used with CSF Cloth, The particle class represents a particle of mass that can move around in 3D space. More...
 

Namespaces

namespace  NDEVR
 

Macros

#define MAX_INF   9999999999.0f
 
#define MIN_INF   -9999999999.0f
 
#define SimpleParticle   1
 

Variables

constexpr fltp04 damping_factor = 0.01f
 
const fltp04 doubleMove1 [15] = { 0, 0.3f, 0.42f, 0.468f, 0.4872f, 0.4949f, 0.498f, 0.4992f, 0.4997f, 0.4999f, 0.4999f, 0.5f, 0.5f, 0.5f, 0.5f }
 
const fltp04 singleMove1 [15] = { 0, 0.3f, 0.51f, 0.657f, 0.7599f, 0.83193f, 0.88235f, 0.91765f, 0.94235f, 0.95965f, 0.97175f, 0.98023f, 0.98616f, 0.99031f, 0.99322f }
 

Macro Definition Documentation

◆ MAX_INF

#define MAX_INF   9999999999.0f

◆ MIN_INF

#define MIN_INF   -9999999999.0f

◆ SimpleParticle

#define SimpleParticle   1