ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
Particle.h File Reference
#include <vector>
#include "Vec3.h"
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
 

Macros

#define DAMPING   0.01
 
#define MAX_INF   9999999999
 
#define MIN_INF   -9999999999
 

Macro Definition Documentation

◆ DAMPING

#define DAMPING   0.01

Definition at line 14 of file Particle.h.

◆ MAX_INF

#define MAX_INF   9999999999

Definition at line 15 of file Particle.h.

◆ MIN_INF

#define MIN_INF   -9999999999

Definition at line 16 of file Particle.h.