DivEqualOperator
interface DivEqualOperator
This interface is used to add the functionality of dividing and assigning the value of one object with another, like vec1 /= vec2.
public interface DivEqualOperator
— Methods (1) —
| Name | Description |
|---|
void divEqual(Object otherObject) | Divide and assign the value of one object to another.