timesAssign

inline operator fun Color.timesAssign(other: Color)
inline operator fun Color.timesAssign(other: Float)

Modifies this Color so that its value is the result of the operation "this times other".


inline operator fun Vec2.timesAssign(other: Vec2)
inline operator fun Vec2.timesAssign(other: Float)

Modifies this Vec2 so that its value is the result of the operation "this times other".


inline operator fun Vec3.timesAssign(other: Vec3)
inline operator fun Vec3.timesAssign(other: Float)

Modifies this Vec3 so that its value is the result of the operation "this times other".