src/sets.rs

branch
dev
changeset 75
e9f4550cfa18
parent 63
f7b87d84864d
child 86
d5b0e496b72f
--- a/src/sets.rs	Mon Dec 30 11:00:12 2024 -0500
+++ b/src/sets.rs	Tue Dec 31 08:49:10 2024 -0500
@@ -62,9 +62,6 @@
 ///
 /// The halfspace is $H = \\{ t v + a \mid a^⊤ v = 0 \\}$, where $v$ is the orthogonal
 /// vector and $t$ the offset.
-///
-/// `U` is the element type, `F` the floating point number type, and `A` the type of the
-/// orthogonal (dual) vectors. They need implement [`Dot<U, F>`].
 #[derive(Clone,Copy,Debug,Serialize,Eq,PartialEq)]
 pub struct Halfspace<A, F> where A : Euclidean<F>, F : Float {
     pub orthogonal : A,

mercurial