Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davideberly/GeometricTools
/ SetMaxDistance
Method
SetMaxDistance
GTE/Graphics/Picker.cpp:28–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
void Picker::SetMaxDistance(float maxDistance)
29
{
30
mMaxDistance = std::max(maxDistance, 0.0f);
31
}
32
33
float Picker::GetMaxDistance() const
34
{
Callers
1
DoPick
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected