Function veloren_voxygen::scene::math::clip_object_by_plane
source ยท pub fn clip_object_by_plane<T: Float + MulAdd<T, T, Output = T> + Debug>(
polys: &mut Vec<Vec<Vec3<T>>>,
plane: Vec4<T>,
tolerance: T,
)