Type Definition radiant_rs::Point2 [] [src]

type Point2<T = f32> = Vec2<T>;

A 2-dimensional point.