inline operator fun Vec2.divAssign(other: Vec2) Modifies this Vec2 so that its value is the result of the operation "this div other".
inline operator fun Vec3.divAssign(other: Vec3) Modifies this Vec3 so that its value is the result of the operation "this div other".