Trait caminos_lib::topology::projective::SelfDualGeometry[][src]

pub trait SelfDualGeometry {
    type Point;
    fn size(&self) -> usize;
fn point_by_index(&self, index: usize) -> Option<Self::Point>;
fn index_of_point(&self, point: &Self::Point) -> usize;
fn is_incident(&self, line: &Self::Point, point: &Self::Point) -> bool; }

Associated Types

Required methods

Implementors