MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / GetNumParticles

Method GetNumParticles

GTE/Graphics/Particles.h:41–44  ·  view source on GitHub ↗

Member access.

Source from the content-addressed store, hash-verified

39
40 // Member access.
41 inline size_t GetNumParticles() const
42 {
43 return mPositionSize.size();
44 }
45
46 inline std::vector<Vector4<float>> const& GetPositionSize() const
47 {

Callers 3

OnCharPressMethod · 0.45
CreateRopeMethod · 0.45
PhysicsTickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected