[][src]Type Definition kludgine::math::Point

type Point<T = f32, Unit = Unknown> = Point2D<T, Unit>;

Trait Implementations

impl<S, U> PointExt<S, U> for Point<S, U> where
    S: Copy
[src]