Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ setInterestNormal
Method
setInterestNormal
Engine/source/collision/abstractPolyList.cpp:116–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
}
115
116
void AbstractPolyList::setInterestNormal(const Point3F& normal)
117
{
118
mInterestNormalRegistered = true;
119
mInterestNormal = normal;
120
}
121
Callers
2
buildPartition
Method · 0.80
_findContact
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected