#include <particles.hpp>
◆ Particle()
hmap::Particle::Particle |
( |
float |
c_capacity, |
|
|
float |
c_erosion, |
|
|
float |
c_deposition, |
|
|
float |
c_inertia, |
|
|
float |
drag_rate |
|
) |
| |
◆ move()
void hmap::Particle::move |
( |
const Array & |
h, |
|
|
float |
dt |
|
) |
| |
◆ set_xy()
void hmap::Particle::set_xy |
( |
float |
x, |
|
|
float |
y |
|
) |
| |
◆ c_capacity
float hmap::Particle::c_capacity |
◆ c_erosion
float hmap::Particle::c_erosion |
◆ c_deposition
float hmap::Particle::c_deposition |
◆ c_inertia
float hmap::Particle::c_inertia |
◆ drag_rate
float hmap::Particle::drag_rate |
◆ sediment
float hmap::Particle::sediment = 0.f |
◆ volume
float hmap::Particle::volume = 0.f |
◆ pos
◆ vel
Vec2<float> hmap::Particle::vel |
◆ vnorm
float hmap::Particle::vnorm |
◆ vlim
bool hmap::Particle::vlim = 1.f |
◆ is_active
bool hmap::Particle::is_active = true |
The documentation for this struct was generated from the following files: