plusAssign

operator fun Vec3f.plusAssign(other: Vec3d)

Adds a Vec3d to a Vec3f.


operator fun Vec3f.plusAssign(other: Vec3f)

Adds a Vec3f to a Vec3f.


operator fun Vec3f.plusAssign(other: Vec3i)

Adds a Vec3i to a Vec3f.


operator fun Vec3f.plusAssign(other: Vector3d)

Adds a Vector3d to a Vec3f.


operator fun Vector3d.plusAssign(other: Vec3d)

Adds a Vec3d to a Vector3d.


operator fun Vector3d.plusAssign(other: Vec3f)

Adds a Vec3f to a Vector3d.


operator fun Vector3d.plusAssign(other: Vec3i)

Adds a Vec3i to a Vector3d.


operator fun Vector3d.plusAssign(other: Vector3d)

Adds a Vector3d to a Vector3d.


operator fun Vector4f.plusAssign(other: Vector4f)

Adds a Vector4f to a Vector4f.