OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DESIRED_BOID_DIST
(Results
1 - 2
of
2
) sorted by null
/cts/tests/openglperf2/jni/reference/scene/flocking/
Boid.h
30
static const constexpr float
DESIRED_BOID_DIST
= 35.0f;// Distance boids want to be from others, was 25.
Boid.cpp
36
if (dist <
DESIRED_BOID_DIST
) {
Completed in 45 milliseconds