Struct lyon_algorithms::geom::LineEquation[]

pub struct LineEquation<S> { /* fields omitted */ }

A line defined by the equation a * x + b * y + c = 0; a * a + b * b = 1.

Methods

impl<S> LineEquation<S> where
    S: Scalar, 

Trait Implementations

impl<S> Clone for LineEquation<S> where
    S: Clone

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<S> Debug for LineEquation<S> where
    S: Debug

Formats the value using the given formatter. Read more

impl<S> Copy for LineEquation<S> where
    S: Copy

impl<S> Eq for LineEquation<S> where
    S: Eq

impl<S> PartialEq<LineEquation<S>> for LineEquation<S> where
    S: PartialEq<S>, 

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl<S> Send for LineEquation<S> where
    S: Send

impl<S> Sync for LineEquation<S> where
    S: Sync