mirror of https://codeberg.org/topola/topola.git
docs(math/polygon_tangents): Fix `CachedPolyExt` doc-comment
This commit is contained in:
parent
03d85b8566
commit
896deb1777
|
|
@ -20,7 +20,7 @@ pub enum PolyTangentException<I> {
|
|||
},
|
||||
}
|
||||
|
||||
/// Caches the `perp_dot_product` call in [`between_vectors`]
|
||||
/// Caches the [`perp_dot_product`] call in [`between_vectors`](super::between_vectors)
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct CachedPolyExt<I>(pub Box<[(Point, I, f64)]>);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue