mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-04 09:58:27 +00:00
Update formatting of doc comment
This commit is contained in:
parent
78ee4aae2c
commit
1ae1836472
@ -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>,
|
||||
|
Loading…
Reference in New Issue
Block a user