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