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

Method DDNorm

ogsr_engine/xrGame/ClimableObject.cpp:163–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161 return to_mag_and_dir(dir);
162}
163float CClimableObject::DDNorm(Fvector& dir) const
164{
165 dir.set(m_norm);
166 return to_mag_and_dir(dir);
167}
168float CClimableObject::DDToAxis(CPHCharacter* actor, Fvector& out_dir) const
169{
170 VERIFY(actor);

Callers 2

GetLeaderNormalMethod · 0.80
GetJumpDirMethod · 0.80

Calls 2

to_mag_and_dirFunction · 0.85
setMethod · 0.45

Tested by

no test coverage detected