diff -r 2c76df38d02b -r e9f4550cfa18 src/sets.rs --- 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`]. #[derive(Clone,Copy,Debug,Serialize,Eq,PartialEq)] pub struct Halfspace where A : Euclidean, F : Float { pub orthogonal : A,