MCPcopy Create free account
hub / github.com/doldecomp/mkdd / initOpParam

Method initOpParam

include/JSystem/JParticle/JPABlock.h:187–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185 inline f32 getMagOrig() const { return mData->mAmplitude; }
186
187 inline void initOpParam() {
188 getPosOrig(&mOffset);
189 getDirOrig(&mVelocity);
190 mSpeed = getMagOrig();
191 }
192
193 void prepare(JPAEmitterWorkData *work) { pFld->prepare(work, this); }
194 void calc(JPAEmitterWorkData *work, JPABaseParticle *ptcl) { pFld->calc(work, this, ptcl); }

Callers 1

calcMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected