Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ErisianArchitect/scratch
/ functions
Functions
131 in github.com/ErisianArchitect/scratch
⨍
Functions
131
◇
Types & classes
19
Function
main
()
src/main.rs:105
Function
make_uv
(x: u32, y: u32)
src/perlin.rs:74
Method
new
( pos_x: RgbImage, pos_y: RgbImage, pos_z: RgbImage, neg_x: RgbImage,
src/cubemap.rs:24
Method
new
(width: u32, height: u32)
src/main.rs:76
Method
new
( position: Vec3A, rotation: Vec2, fov: f32, z_near: f32, z_far: f32,
src/camera.rs:44
Method
new
(default: T)
src/instack.rs:9
Method
new
()
src/chunk.rs:12
Method
new
(pos: Vec3A, dir: Vec3A)
src/ray.rs:15
Function
next_face
(point: Vec3, direction: Vec3, cell_size: Vec3, cell_offset: Vec3)
src/math.rs:119
Method
normalized_screen_to_ray
(&self, screen_pos: Vec2)
src/camera.rs:266
Method
on_edge
(x: f32, y: f32)
src/main.rs:472
Function
open_simplex_test
()
src/open_simplex.rs:80
Method
pan_backward
(&self)
src/camera.rs:167
Method
pan_forward
(&self)
src/camera.rs:163
Function
perlin_test
()
src/perlin.rs:86
Function
pfr_test
()
src/main.rs:232
Method
pop
(&mut self)
src/instack.rs:29
Method
push
(&mut self, value: T)
src/instack.rs:17
Function
raycast
( ray: Ray3, cell_size: Vec3A, cell_offset: Vec3A, mut callback: F, )
src/math.rs:191
Method
resize
(&mut self, size: (u32, u32))
src/camera.rs:123
Method
right
(&self)
src/camera.rs:151
Method
rotate
(&mut self, rotation_radians: Vec2)
src/camera.rs:207
Method
rotate_x
(&mut self, radians: f32)
src/camera.rs:213
Method
rotate_y
(&mut self, radians: f32)
src/camera.rs:218
Function
scrunch_test
()
src/math.rs:345
Function
to_i32_test
()
src/math.rs:339
Method
trace_reflections_iterative
(&self, ray: Ray3, near: f32, far: f32, steps: u16)
src/main.rs:340
Method
trace_reflections_iterative_wip
(&self, ray: Ray3, near: f32, far: f32, steps: u16)
src/main.rs:443
Method
up
(&self)
src/camera.rs:139
Method
world_to_clip_ncd
(&self, pos: Vec3A)
src/camera.rs:261
Method
x_quat
(&self)
src/camera.rs:228
← previous
101–131 of 131, ranked by callers