9 void initFromMaxHeight(
const TVec3f &,
const TVec3f &,
const TVec3f &);
10 void initFromUpVector(
const TVec3f &,
const TVec3f &,
const TVec3f &, f32);
11 void initFromUpVectorAddHeight(
const TVec3f &,
const TVec3f &,
const TVec3f &, f32);
12 void calcPosition(TVec3f *, f32)
const;
13 void calcDirection(TVec3f *, f32, f32)
const;
14 f32 getLength(f32, f32, s32)
const;
15 f32 getTotalLength(s32)
const;
16 f32 calcPathSpeedFromAverageSpeed(f32)
const;