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

Method DDSide

ogsr_engine/xrGame/ClimableObject.cpp:158–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158float CClimableObject::DDSide(Fvector& dir) const
159{
160 dir.set(m_side);
161 return to_mag_and_dir(dir);
162}
163float CClimableObject::DDNorm(Fvector& dir) const
164{
165 dir.set(m_norm);

Callers 1

GetJumpDirMethod · 0.80

Calls 2

to_mag_and_dirFunction · 0.85
setMethod · 0.45

Tested by

no test coverage detected