MulEqualOperator
interface MulEqualOperator
This interface is used to add the functionality of multiplying and assigning the value of one object with another, like vec1 *= vec2.
public interface MulEqualOperator
— Methods (1) —
| Name | Description |
|---|
void mulEqual(Object otherObject) | Multiplies and assigns the value of one object to another.