Struct descartes::LinePath[][src]

pub struct LinePath {
    pub points: VecLike<P2>,
    // some fields omitted
}

Fields

Methods

impl LinePath
[src]

Creation

impl LinePath
[src]

Inspection

impl LinePath
[src]

Combination/Modification

impl LinePath
[src]

Trait Implementations

impl Clone for LinePath
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LinePath
[src]

Formats the value using the given formatter. Read more

impl<'a> RoughEq for &'a LinePath
[src]

Auto Trait Implementations

impl Send for LinePath

impl Sync for LinePath