Skip to content

Commit

Permalink
Merge branch 'master' of github.com:luk036/projgeom-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
luk036 committed Apr 25, 2024
2 parents b9fa7c3 + 1696bcd commit 6528c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pg_plane.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ where
}

/// The `ProjectivePlane` trait is a trait that extends the `ProjectivePlanePrimitive` trait. It adds an additional
/// `aux`, `dot`, and parametrize methods to the trait.
/// `aux`, `dot`, and parametrize methods to the trait.
pub trait ProjectivePlane<Dual, Value: Default + Eq>: ProjectivePlanePrimitive<Dual> {
fn aux(&self) -> Dual; // Dual not incident with Self
fn dot(&self, dual: &Dual) -> Value; // for basic measurement
Expand Down

0 comments on commit 6528c4e

Please sign in to comment.