Struct lyon_bezier::Triangle [] [src]

pub struct Triangle {
    pub a: Point,
    pub b: Point,
    pub c: Point,
}

Fields

Methods

impl Triangle
[src]

[src]

[src]

Return the minimum bounding rectangle

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[Not implemented] Applies the transform to this triangle and returns the results.

[src]

Test for triangle-triangle intersection.

[src]

Test for triangle-segment intersection.

Trait Implementations

impl Copy for Triangle
[src]

impl Clone for Triangle
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Triangle
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Triangle
[src]

[src]

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

[src]

This method tests for !=.