Struct rsynth::point::Point[][src]

pub struct Point {
    pub x: f64,
    pub y: f64,
}

Specifies a generic trait to be used by different types of points. X and Y values can be anywhere from 0 to 1.

Fields

Trait Implementations

impl Clone for Point
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Point

impl Sync for Point