MCPcopy Create free account
hub / github.com/Notgnoshi/generative / Double2

Class Double2

tools/point-cloud.rs:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49struct Double2 {
50 x: f64,
51 y: f64,
52}
53
54fn generate(points: usize, domain: RandomDomain, rng: &mut StdRng) -> Vec<Double2> {
55 match domain {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected