Add doc comment for new impl block
This commit is contained in:
parent
a1fcd1cb73
commit
f7cd897fd6
|
@ -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>,
|
||||
|
|
Loading…
Reference in New Issue