DivOperatorinterface DivOperatorThis interface is used to add the functionality of dividing one object with another, like vec1 / vec2.public interface DivOperatorCopy— Methods (1) —NameDescriptionAny Component div(Object otherObject) | Share an object with another.