MCPcopy 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
116void AbstractPolyList::setInterestNormal(const Point3F& normal)
117{
118 mInterestNormalRegistered = true;
119 mInterestNormal = normal;
120}
121

Callers 2

buildPartitionMethod · 0.80
_findContactMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected