#include <particles/ParticleSystem.h>
|
| bool | isPointInside (const core::vector3df &p) |
| |
| void | move () |
| |
| | Sphere (float x, float y, float z, float radius, float u_x=0.0, float u_y=0.0, float u_z=0.0, scene::IMeshSceneNode *n=0) |
| |
|
| scene::IMeshSceneNode * | node |
| |
| core::vector3df | pos |
| |
| float | r |
| |
| core::vector3df | u |
| |
Definition at line 23 of file ParticleSystem.h.
| particles::Sphere::Sphere |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
z, |
|
|
float |
radius, |
|
|
float |
u_x = 0.0, |
|
|
float |
u_y = 0.0, |
|
|
float |
u_z = 0.0, |
|
|
scene::IMeshSceneNode * |
n = 0 |
|
) |
| |
|
inline |
| bool particles::Sphere::isPointInside |
( |
const core::vector3df & |
p | ) |
|
|
inline |
| void particles::Sphere::move |
( |
| ) |
|
|
inline |
| scene::IMeshSceneNode* particles::Sphere::node |
| core::vector3df particles::Sphere::pos |
| float particles::Sphere::r |
| core::vector3df particles::Sphere::u |
The documentation for this struct was generated from the following file: