MCPcopy Create free account
hub / github.com/PerroEngine/Perro / dot

Method dot

perro_source/core/perro_structs/src/structs/structs_3d/vector3.rs:170–172  ·  view source on GitHub ↗
(self, rhs: Self)

Source from the content-addressed store, hash-verified

168 /// Dot product between this vector and another
169 #[inline]
170 pub fn dot(self, rhs: Self) -> f32 {
171 self.to_glam().dot(rhs.to_glam())
172 }
173
174 /// Component-wise minimum.
175 #[inline]

Callers 15

bench_vector2_bulk_opsFunction · 0.45
bench_vector3_bulk_opsFunction · 0.45
project_onMethod · 0.45
slerpedMethod · 0.45
from_mat4Method · 0.45
gradient_colorFunction · 0.45
sphere_in_frustumFunction · 0.45
bounds_in_frustumFunction · 0.45
bleed_segment_occludedFunction · 0.45

Calls 1

to_glamMethod · 0.45

Tested by

no test coverage detected