#include <Particle.h>
Definition at line 31 of file Particle.h.
◆ Particle() [1/3]
flow::Particle::Particle |
( |
| ) |
|
|
default |
◆ Particle() [2/3]
flow::Particle::Particle |
( |
const glm::vec3 & |
loc, |
|
|
double |
t, |
|
|
float |
val = 0.0f |
|
) |
| |
◆ Particle() [3/3]
flow::Particle::Particle |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
z, |
|
|
double |
t, |
|
|
float |
val = 0.0f |
|
) |
| |
◆ AttachProperty()
void flow::Particle::AttachProperty |
( |
float |
v | ) |
|
◆ ClearProperty()
void flow::Particle::ClearProperty |
( |
| ) |
|
◆ GetPropertyList()
auto flow::Particle::GetPropertyList |
( |
| ) |
const -> const std::forward_list< float > & |
◆ IsSpecial()
bool flow::Particle::IsSpecial |
( |
| ) |
const |
◆ RemoveProperty()
void flow::Particle::RemoveProperty |
( |
size_t |
i | ) |
|
◆ SetSpecial()
void flow::Particle::SetSpecial |
( |
bool |
isSpecial | ) |
|
◆ location
glm::vec3 flow::Particle::location = {0.0f, 0.0f, 0.0f} |
◆ time
double flow::Particle::time = 0.0 |
◆ value
float flow::Particle::value = 0.0f |
The documentation for this class was generated from the following file: