Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
158
float CClimableObject::DDSide(Fvector& dir) const
159
{
160
dir.set(m_side);
161
return to_mag_and_dir(dir);
162
}
163
float CClimableObject::DDNorm(Fvector& dir) const
164
{
165
dir.set(m_norm);
Callers
1
GetJumpDir
Method · 0.80
Calls
2
to_mag_and_dir
Function · 0.85
set
Method · 0.45
Tested by
no test coverage detected