MulOperator
interface MulOperator
This interface is used to add the functionality of multiplying one object with another, like vec1 * vec2.
public interface MulOperator
— Methods (1) —
| Name | Description |
|---|
Any Component mul(Object otherObject) | Multiplies one object by another.