orthogonal property

bool orthogonal

Rooks move orthogonally.

Implementation

bool get orthogonal => h == 0 || v == 0;