Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ dot3
Function
dot3
perro_source/core/perro_builtin_meshes/src/lib.rs:533–535 ·
view source on GitHub ↗
(a: [f32; 3], b: [f32; 3])
Source
from the content-addressed store, hash-verified
531
532
#[inline]
533
fn dot3(a: [f32; 3], b: [f32; 3]) -> f32 {
534
a[0] * b[0] + a[1] * b[1] + a[2] * b[2]
535
}
536
537
#[inline]
538
fn normalize3(v: [f32; 3]) -> [f32; 3] {
Callers
3
push_triangle
Function · 0.70
push_index_triangle_outward
Function · 0.70
normalize3
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected