MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / dot3

Function dot3

native/shared/src/shadows.rs:549–551  ·  view source on GitHub ↗
(a: [f32; 3], b: [f32; 3])

Source from the content-addressed store, hash-verified

547}
548
549fn dot3(a: [f32; 3], b: [f32; 3]) -> f32 {
550 a[0] * b[0] + a[1] * b[1] + a[2] * b[2]
551}

Callers 1

compute_cascade_vpsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected