Struct descartes::LineSegment[][src]

pub struct LineSegment(pub P2, pub P2);

Methods

impl LineSegment
[src]

Trait Implementations

impl Copy for LineSegment
[src]

impl Clone for LineSegment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LineSegment
[src]

Formats the value using the given formatter. Read more

impl HasBoundingBox for LineSegment
[src]

Auto Trait Implementations

impl Send for LineSegment

impl Sync for LineSegment