MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / GetFootStepMatrix

Method GetFootStepMatrix

ogsr_engine/xrGame/IKFoot.cpp:264–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264bool CIKFoot::GetFootStepMatrix(ik_goal_matrix& m, const SCalculateData& cd, const SIKCollideData& cld, bool collide, bool rotate) const
265{
266 return GetFootStepMatrix(m, cd.state.anim_pos, cld, collide, rotate);
267}
268
269ik_goal_matrix::e_collide_state CIKFoot::rotate(Fmatrix& xm, const Fplane& p, const Fvector& foot_normal, const Fvector& global_point, bool collide) const
270{

Callers 5

SetNewGoalMethod · 0.80
blend_collideMethod · 0.80
BlendingMethod · 0.80
SetNewStepGoalMethod · 0.80
step_predictMethod · 0.80

Calls 15

DBG_DrawPointFunction · 0.85
color_xrgbFunction · 0.85
rotateFunction · 0.85
color_rgbaFunction · 0.85
fsimilarFunction · 0.85
MsgFunction · 0.85
transform_tinyMethod · 0.80
DETFunction · 0.70
_absFunction · 0.50
_validFunction · 0.50
transform_dirMethod · 0.45
testMethod · 0.45

Tested by

no test coverage detected