[][src]Trait spaceindex::geometry::IntoPoint

pub trait IntoPoint {
    fn into_pt(self) -> Point;
}

Required methods

fn into_pt(self) -> Point

Loading content...

Implementations on Foreign Types

impl IntoPoint for f32[src]

impl IntoPoint for f64[src]

impl IntoPoint for (f64, f64)[src]

impl IntoPoint for (f64, f64, f64)[src]

Loading content...

Implementors

impl IntoPoint for Point[src]

Loading content...