HomeSort by relevance Sort by last modified time
    Searched full:goose (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/native_client_sdk/src/examples/demo/flock/
goose.cc 5 #include "goose.h"
8 // The maximum speed of a goose. Measured in meters/second.
11 // The maximum force that can be applied to turn a goose when computing the
15 // The neighbour radius of a goose. Only geese within this radius will affect
16 // the flocking computations of this goose. Measured in pixels.
19 // The minimum distance that a goose can be from this goose. If another goose
20 // comes within this distance of this goose, the flocking algorithm tries to
24 // The distance at which attractors have effect on a goose's direction
90 const Goose& goose = *goose_it; local
    [all...]
goose.h 13 // A Goose. Each goose has a location and a velocity. Implements the
17 class Goose {
19 // Initialize a Goose at location (0, 0) no velocity.
20 Goose();
22 // Initialize a Goose at the given location with the specified velocity.
23 Goose(const Vector2& location, const Vector2& velocity);
26 // flocking algorithm (see Goose.flock()) and update the goose's location
33 void SimulationTick(const std::vector<Goose>& geese
    [all...]
example.dsc 9 'goose.cc',
10 'goose.h',
flock.cc 21 #include "goose.h"
27 // The goose sprites rotate in increments of 5 degrees.
38 std::vector<Goose> g_geese;
49 g_geese[i] = Goose(center, Vector2(dx, dy));
68 // Run the simulation for each goose.
70 Goose& goose = g_geese[i]; local
73 goose.SimulationTick(g_geese, g_attractors, canvas_bounds);
74 pp::Point dest_point(goose.location().x() - sprite_side_length / 2,
75 goose.location().y() - sprite_side_length / 2)
    [all...]
  /external/owasp/sanitizer/tools/findbugs/doc/
team.html 70 <li> <a href="http://goose.ycp.edu/~dhovemey/">David Hovemeyer</a> (project founder),
index.html 303 project, including founding work by <a href="http://goose.ycp.edu/~dhovemey/">David Hovemeyer</a>
  /external/llvm/docs/HistoricalNotes/
2007-OriginalClangReadme.txt 10 2. The strident call of a crane or goose.
  /external/chromium_org/net/base/registry_controlled_domains/
effective_tld_names.dat     [all...]
  /external/chromium_org/third_party/sqlite/src/test/
fuzzer1.test 606 INSERT INTO streetname VALUES('goose landing');
    [all...]
fts1porter.test     [all...]
  /external/guava/guava-tests/test/com/google/common/io/testdata/
alice_in_wonderland.txt     [all...]
  /external/srec/config/en.us/dictionary/
large.ok     [all...]

Completed in 295 milliseconds