Struct lyon_geom::LineEquation [] [src]

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: Scalar> LineEquation<S>
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<S: Copy> Copy for LineEquation<S>
[src]

impl<S: Clone> Clone for LineEquation<S>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<S: Debug> Debug for LineEquation<S>
[src]

[src]

Formats the value using the given formatter. Read more

impl<S: PartialEq> PartialEq for LineEquation<S>
[src]

[src]

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

[src]

This method tests for !=.

impl<S: Eq> Eq for LineEquation<S>
[src]

Auto Trait Implementations

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

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