Documentation

Atlas.ProjectionTheory.code.ProjectionIncidence

A line in ℝ², encoded as a nonempty affine subspace of dimension 1.

Instances For
    @[implicit_reducible]

    A point p ∈ ℝ² belongs to a line l : Line2 iff it lies in the underlying affine subspace.

    noncomputable def ProjectionIncidence.incidenceCount (X : Finset (Fin 2)) (L : Finset Line2) :

    The number of incidences I(X, L) = #{(x, ℓ) ∈ X × L : x ∈ ℓ} between a finite set of points X ⊆ ℝ² and a finite set of lines L.

    Instances For