| 179 | inline f32 getMagRndm() const { return mData->mMagRndm; } |
| 180 | inline f32 getVal1() const { return mData->mVal1; } |
| 181 | inline u16 getCycle() const { return mData->mCycle; } |
| 182 | |
| 183 | inline void getPosOrig(JGeometry::TVec3f *pos) const { pos->set(mData->mOffset); } |
| 184 | inline void getDirOrig(JGeometry::TVec3f *dir) const { dir->set(mData->mVelocity); } |