ModOperator
interface ModOperator
This interface is used to add the functionality of getting the rest of a division of one object with another, like vec1 % vec2
.
public interface ModOperator
— Methods (1) —
Name | Description |
---|
Any Component mod(Object otherObject) | Gets the remainder of a division of one object with another.