Add doc comment for new impl block

This commit is contained in:
+merlan #flirora 2023-06-03 04:02:05 -04:00
parent a1fcd1cb73
commit f7cd897fd6
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ impl<T: Scalar + Zero + One + ClosedAdd + ClosedSub + ClosedMul, D: Dim, S: Stor
}
}
/// # Interpolation
impl<T: Scalar + Zero + One + ClosedAdd + ClosedSub + ClosedMul, D: DimName> OPoint<T, D>
where
DefaultAllocator: Allocator<T, D>,