operator % method
- @override
override
Computes the remainder in each dimension by the given factor.
Implementation
@override
AlignmentDirectional operator %(double other) {
return AlignmentDirectional(start % other, y % other);
}
Computes the remainder in each dimension by the given factor.
@override
AlignmentDirectional operator %(double other) {
return AlignmentDirectional(start % other, y % other);
}