docs: update documentation

This commit is contained in:
Mateusz Stulczewski 2025-07-16 21:25:15 +02:00
parent 6cc651ed8f
commit 52d50d2e08

View File

@ -111,7 +111,7 @@ impl Ray3d {
} }
/// Get the distance to a plane if the ray intersects it /// Get the distance to a plane if the ray intersects it
/// `plane_hit_mode` specifies which face of the plane the ray should hit /// `plane_hit_mode` specifies which faces of the plane a ray can intersect
#[inline] #[inline]
pub fn intersect_plane( pub fn intersect_plane(
&self, &self,