pub trait ToPoint2D<T>: ToVector2D<T, Point> { }
Expand description

Trait alias for ToVector2D where Kind is Point.

Implementors