Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Notgnoshi/generative
/ i2x
Method
i2x
tools/streamline.rs:209–211 ·
view source on GitHub ↗
(&self, i: usize)
Source
from the content-addressed store, hash-verified
207
}
208
209
fn i2x(&self, i: usize) -> f64 {
210
(i as f64) * self.stride + self.min_x
211
}
212
213
fn j2y(&self, j: usize) -> f64 {
214
(j as f64) * self.stride + self.min_y
Callers
1
write
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected