MCPcopy Create free account
hub / github.com/17cupsofcoffee/nova / Bunny

Class Bunny

examples/bunnymark.rs:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23struct Bunny {
24 position: Vec2,
25 velocity: Vec2,
26}
27
28impl Bunny {
29 fn new(rng: &mut ThreadRng) -> Bunny {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected