Update formatting of doc comment

This commit is contained in:
Hanno Braun 2025-03-21 21:17:03 +01:00
parent 78ee4aae2c
commit 1ae1836472

View File

@ -4,7 +4,7 @@ use fj_math::{Aabb, Triangle};
use crate::Color;
/// A triangle mesh
/// # A triangle mesh
#[derive(Clone, Debug, Default)]
pub struct TriMesh {
triangles: Vec<MeshTriangle>,