times

operator fun Vec2f.times(other: Vec2f): Vec2f

Multiplies a Vec2f and a Vec2f. This method is a shorthand for component wise multiplication.


operator fun Vec2f.times(other: Float): Vec2f

Multiplies a Vec2f and a Float.


operator fun Vec2f.times(other: Vector2f): Vec2f

Multiplies a Vec2f and a Vector2f. This method is a shorthand for component wise multiplication.


operator fun Vec3d.times(other: Vec3d): Vec3d

Multiplies a Vec3d and a Vec3d. This method is a shorthand for component wise multiplication.


operator fun Vec3d.times(other: Double): Vec3d

Multiplies a Vec3d and a Double.


operator fun Vec3d.times(other: Vec3f): Vec3d

Multiplies a Vec3d and a Vec3f. This method is a shorthand for component wise multiplication.


operator fun Vec3d.times(other: Vec3i): Vec3d

Multiplies a Vec3d and a Vec3i. This method is a shorthand for component wise multiplication.


operator fun Vec3d.times(other: Vector3d): Vec3d

Multiplies a Vec3d and a Vector3d. This method is a shorthand for component wise multiplication.


operator fun Vec3f.times(other: Vec3f): Vec3f

Multiplies a Vec3f and a Vec3f. This method is a shorthand for component wise multiplication.


operator fun Vec3f.times(other: Float): Vec3f

Multiplies a Vec3f and a Float.


operator fun Vec3f.times(other: Vec3d): Vec3f

Multiplies a Vec3f and a Vec3d. This method is a shorthand for component wise multiplication.


operator fun Vec3f.times(other: Vec3i): Vec3f

Multiplies a Vec3f and a Vec3i. This method is a shorthand for component wise multiplication.


operator fun Vec3f.times(other: Vector3d): Vec3f

Multiplies a Vec3f and a Vector3d. This method is a shorthand for component wise multiplication.


operator fun Vec3i.times(other: Vec3i): Vec3i

Multiplies a Vec3i and a Vec3i. This method is a shorthand for component wise multiplication.


operator fun Vec3i.times(other: Int): Vec3i

Multiplies a Vec3i and an Int.


operator fun Vec3i.times(other: Vec3d): Vec3i

Multiplies a Vec3i and a Vec3d. This method is a shorthand for component wise multiplication.


operator fun Vec3i.times(other: Vec3f): Vec3i

Multiplies a Vec3i and a Vec3f. This method is a shorthand for component wise multiplication.


operator fun Vec3i.times(other: Vector3d): Vec3i

Multiplies a Vec3i and a Vector3d. This method is a shorthand for component wise multiplication.


operator fun Vector2f.times(other: Vector2f): Vector2f

Multiplies a Vector2f and a Vector2f. This method is a shorthand for component wise multiplication.


operator fun Vector2f.times(other: Float): Vector2f

Multiplies a Vector2f and a Float.


operator fun Vector2f.times(other: Vec2f): Vector2f

Multiplies a Vector2f and a Vec2f. This method is a shorthand for component wise multiplication.


operator fun Vector3d.times(other: Vector3d): Vector3d

Multiplies a Vector3d and a Vector3d. This method is a shorthand for component wise multiplication.


operator fun Vector3d.times(other: Double): Vector3d

Multiplies a Vector3d and a Double.


operator fun Vector3d.times(other: Vec3d): Vector3d

Multiplies a Vector3d and a Vec3d. This method is a shorthand for component wise multiplication.


operator fun Vector3d.times(other: Vec3f): Vector3d

Multiplies a Vector3d and a Vec3f. This method is a shorthand for component wise multiplication.


operator fun Vector3d.times(other: Vec3i): Vector3d

Multiplies a Vector3d and a Vec3i. This method is a shorthand for component wise multiplication.


operator fun Vector4f.times(other: Vector4f): Vector4f

Multiplies a Vector4f and a Vector4f. This method is a shorthand for component wise multiplication.


operator fun Vector4f.times(other: Float): Vector4f

Multiplies a Vector4f and a Float.