Struct cppn::position::Position2d [] [src]

pub struct Position2d(_);

Methods

impl Position2d
[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Position for Position2d
[src]

[src]

[src]

[src]

[src]

[src]

impl Interpolate for Position2d
[src]

[src]

Linearly interpolates between self and other. For t = 0.0 this should return self. For t = 1.0 this should return other. Read more

[src]