MCPcopy Create free account
hub / github.com/AxlLind/AdventOfCode / Moon

Class Moon

2019/src/bin/12.rs:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15struct Moon { pos: Vec3, v: Vec3 }
16
17impl Moon {
18 fn from_pos(x: i64, y: i64, z: i64) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected