Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
analytic_idle_water_height
Function · 0.45
bench_vector2_bulk_ops
Function · 0.45
bench_vector3_bulk_ops
Function · 0.45
bench_quaternion_bulk_ops
Function · 0.45
bench_transform3d_mat_roundtrip
Function · 0.45
project_on
Method · 0.45
slerped
Method · 0.45
from_mat4
Method · 0.45
gradient_color
Function · 0.45
sphere_in_frustum
Function · 0.45
bounds_in_frustum
Function · 0.45
bleed_segment_occluded
Function · 0.45
Calls
1
to_glam
Method · 0.45
Tested by
no test coverage detected