Home
last modified time | relevance | path

Searched defs:ParticleData (Results 1 – 14 of 14) sorted by relevance

/dports/games/wop/wop-0.4.3/src/
H A Dparticles.hpp51 struct ParticleData : public Serializable { struct in Particles
52 Vector pos, //!< position
53 vel; //!< velocity
57 Uint8 owner; //!< owner ID
59 bool decaying;
60 Counter ttl; //!< time to live
67 Uint32 color; //!< color
68 ParticleData( const Vector& posInit = 0, in ParticleData() argument
87 Uint32 getSerializeBufferSize() const { in getSerializeBufferSize()
97 void serialize( Uint8*& bufferPointer ) const { in serialize()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/Optimizers/include/
H A DitkParticleSwarmOptimizerBase.h74 struct ParticleData struct
83 using SwarmType = std::vector<ParticleData>; argument
/dports/science/gromacs/gromacs-2021.4/api/nblib/
H A Dmolecules.h75 struct ParticleData struct
77 std::string particleName_;
78 std::string residueName_;
79 std::string particleTypeName_;
80 real charge_;
/dports/devel/godot2/godot-2.1.6-stable/servers/visual/
H A Dparticle_system_sw.h91 struct ParticleData { struct
93 Vector3 pos;
94 Vector3 vel;
95 float rot;
99 ParticleData() { in ParticleData() function
119 const ParticleSystemProcessSW::ParticleData *data;
/dports/devel/godot2-tools/godot-2.1.6-stable/servers/visual/
H A Dparticle_system_sw.h91 struct ParticleData { struct
93 Vector3 pos;
94 Vector3 vel;
95 float rot;
99 ParticleData() { in ParticleData() function
119 const ParticleSystemProcessSW::ParticleData *data;
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/run/
H A DJob.h33 struct ParticleData { struct
35 Storage storage;
38 Statistics stats;
64 …/// Type \ref TValue can be either \ref ParticleData, \ref IMaterial or \ref IDomain. If the type … argument
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/graphics/
H A Dstk_particle.hpp51 struct ParticleData struct in STKParticle
53 core::vector3df m_position;
54 float m_lifetime;
55 core::vector3df m_direction;
56 float m_size;
/dports/science/py-OpenMC/openmc-0.12.2/src/
H A Dparticle_data.cpp31 ParticleData::ParticleData() in ParticleData() function in openmc::ParticleData
/dports/science/openmc/openmc-0.12.2/src/
H A Dparticle_data.cpp31 ParticleData::ParticleData() in ParticleData() function in openmc::ParticleData
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_particle_types.h101 typedef struct ParticleData { struct
103 ParticleKey state;
106 ParticleKey prev_state;
109 HairKey *hair;
112 ParticleKey *keys;
115 BoidParticle *boid;
118 int totkey;
121 float time, lifetime;
123 float dietime;
149 } ParticleData; argument
/dports/games/emptyepsilon/EmptyEpsilon-EE-2021.06.23/src/
H A DparticleEffect.h11 struct ParticleData struct
/dports/science/py-gsd/gsd-2.5.0/gsd/
H A Dhoomd.py105 class ParticleData(object): class
/dports/science/elmerfem/elmerfem-release-9.0/post/src/visuals/
H A Dparticles.c56 scalar_t *ParticleData[5]; member
/dports/graphics/partio/partio-1.14.6/src/tools/
H A Dpartedit.py115 class ParticleData(QObject): class