pub trait ToOffset2D<T>: ToVector2D<T, Offset> { }
Expand description

Trait alias for ToVector2D where Kind is Offset.

Implementors