| 33 | GeoObjPathMoveWaveY(const CrsData::SObject &obj) : GeoObjPathMove(obj) {} |
| 34 | |
| 35 | void initSwingVel(stRandom *rand, f32 scalar) { // fabricated |
| 36 | mSwingVel = (rand->get_ufloat_1() * 2.0f - 1.0f) * 32767.0f * scalar; |
| 37 | } |
| 38 | |
| 39 | virtual void initPath(stRandom *, JGeometry::TVec3f *, const f32 &); |
| 40 | virtual void movePath(JGeometry::TVec3f *, JGeometry::TVec3f *, f32, f32); |
nothing calls this directly
no test coverage detected