OtRound

Trait OtRound 

Source
pub trait OtRound<U, T = Self> {
    // Required method
    fn ot_round(self) -> U;
}
Expand description

Required Methods§

Source

fn ot_round(self) -> U

Implementations on Foreign Types§

Source§

impl OtRound<(i16, i16)> for Point

Source§

fn ot_round(self) -> (i16, i16)

Source§

impl OtRound<f32> for f32

Source§

fn ot_round(self) -> f32

Source§

impl OtRound<f64> for f64

Source§

fn ot_round(self) -> f64

Source§

impl OtRound<i16> for f32

Source§

fn ot_round(self) -> i16

Source§

impl OtRound<i16> for f64

Source§

fn ot_round(self) -> i16

Source§

impl OtRound<u16> for f32

Source§

fn ot_round(self) -> u16

Source§

impl OtRound<u16> for f64

Source§

fn ot_round(self) -> u16

Source§

impl OtRound<Vec2> for Vec2

Implementors§