MCPcopy Create free account

hub / github.com/JeffIrwin/skillet / functions

Functions41 in github.com/JeffIrwin/skillet

↓ 5 callersFunctionget_bounds
(x: &[f32])
src/utils.rs:29
↓ 4 callersFunctiondot
(a: &[f32], b: &[f32])
src/math.rs:58
↓ 4 callersFunctiontranslate_matrix
(m: &[[f32; NM]; NM], u: &[f32])
src/math.rs:173
↓ 3 callersMethodbind_cell_data
(&mut self)
src/model.rs:618
↓ 3 callersMethodbind_point_data
(&mut self)
src/model.rs:584
↓ 3 callersFunctioncell_tris
(t: Type)
src/model.rs:37
↓ 3 callersFunctioncross
(a: &[f32], b: &[f32])
src/math.rs:108
↓ 3 callersFunctionmul_mat4
(a: &[[f32; NM]; NM], b: &[[f32; NM]; NM])
src/math.rs:138
↓ 3 callersFunctionnorm
(a: &[f32])
src/math.rs:78
↓ 3 callersFunctionnormalize
(a: &[f32])
src/math.rs:93
↓ 3 callersFunctionsub
(a: &[f32], b: &[f32])
src/math.rs:32
↓ 3 callersMethodtris
(&self)
src/model.rs:235
↓ 3 callersMethodwarp
(&mut self)
src/model.rs:541
↓ 2 callersFunctioncell_num_verts
(t: Type)
src/model.rs:99
↓ 2 callersFunctiondata
(attribs: &Vec<vtkio::model::Attribute>, num: usize)
src/model.rs:781
↓ 2 callersFunctionget_colormap
(index: &mut usize, display: &glium::Display)
src/colormaps.rs:7
↓ 2 callersFunctionidentity_matrix
()
src/math.rs:128
↓ 2 callersFunctionneg
(a: &[f32])
src/math.rs:51
↓ 2 callersFunctionverts
(m: &Model, enable_warp: bool, index: usize, factor: f32)
src/model.rs:358
↓ 2 callersFunctionview_matrix
(position: &[f32; ND], direction: &[f32; ND], up: &[f32; ND])
src/math.rs:235
↓ 1 callersFunctionadd
We can't overload "+" operator because rust makes it impossible by design without a wrapper type :(
src/math.rs:13
↓ 1 callersFunctioncell_edges
(t: Type)
src/model.rs:119
↓ 1 callersFunctiondisplay
(event_loop: &EventLoopWindowTarget<T>)
src/app.rs:170
↓ 1 callersFunctionedge
(facade: &dyn glium::backend::Facade)
src/shaders.rs:8
↓ 1 callersMethodedges
(&self)
src/model.rs:270
↓ 1 callersFunctionface
(facade: &dyn glium::backend::Facade)
src/shaders.rs:13
↓ 1 callersFunctionfmt_f32
(num: f32, width: usize, precision: usize, exp_width: usize)
src/utils.rs:55
↓ 1 callersFunctionget_colormap
(facade: &dyn glium::backend::Facade)
src/background.rs:25
↓ 1 callersFunctionget_exe_base
(default: &str)
src/utils.rs:6
↓ 1 callersFunctionimport
(f: std::path::PathBuf)
src/model.rs:676
↓ 1 callersFunctionmain_loop
( event : & glutin::event::Event<'_, T>, control_flow: &mut glutin::event_loop::ControlFlow, s
src/app.rs:196
↓ 1 callersFunctionperspective_matrix
(fov: f32, zfar: f32, znear: f32, (width, height): (u32, u32))
src/math.rs:263
↓ 1 callersFunctionrotate_matrix
(m: &[[f32; NM]; NM], u: &[f32; ND], theta: f32)
src/math.rs:190
↓ 1 callersFunctionscale_matrix
(m: &[[f32; NM]; NM], s: f32)
src/math.rs:156
↓ 1 callersFunctionscale_vec
(a: &[f32], s: f32)
src/math.rs:101
↓ 1 callersFunctiontnorm
((w, h): (u32, u32))
src/math.rs:85
Functionff32
(num: f32)
src/utils.rs:47
Functionmain
()
src/main.rs:34
Methodnew
(rm: Box<RenderModel>, display: Rc<glium::Display>)
src/app.rs:86
Methodnew
(facade: &dyn glium::backend::Facade)
src/background.rs:47
Methodnew
()
src/model.rs:217