MCPcopy 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
28void Picker::SetMaxDistance(float maxDistance)
29{
30 mMaxDistance = std::max(maxDistance, 0.0f);
31}
32
33float Picker::GetMaxDistance() const
34{

Callers 1

DoPickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected