Trait usiagent::rule::SquareToPoint[][src]

pub trait SquareToPoint {
    fn square_to_point(self) -> (u32, u32);
}
Expand description

左上からx * 9 + yで表されるインデックスからx,yへの変換

Required methods

Implementations on Foreign Types

Implementors