ModEqualOperator
interface ModEqualOperator
This interface is used to add the functionality of getting the rest of a division on an assignment of one object with another, like vec1 %= vec2
.
public interface ModEqualOperator
— Methods (1) —
Name | Description |
---|
void modEqual(Object otherObject) | Gets the remainder of a division on an assignment of one object to another.