div

inline operator fun Vec2.div(other: Vec2): Vec2

Creates a new Vec2 that is the result of the operation "this div other".


inline operator fun Vec3.div(other: Vec3): Vec3

Creates a new Vec3 that is the result of the operation "this div other".