plus

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

Adds a Vec2f to a Vec2f.


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

Adds a Vector2f to a Vec2f.


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

Adds a Vec3d to a Vec3d.


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

Adds a Vec3f to a Vec3d.


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

Adds a Vec3i to a Vec3d.


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

Adds a Vector3d to a Vec3d.


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

Adds a Vec3f to a Vec3f.


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

Adds a Vec3d to a Vec3f.


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

Adds a Vec3i to a Vec3f.


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

Adds a Vector3d to a Vec3f.


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

Adds a Vec3i to a Vec3i.


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

Adds a Vec3d to a Vec3i.


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

Adds a Vec3f to a Vec3i.


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

Adds a Vector3d to a Vec3i.


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

Adds a Vector2f to a Vector2f.


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

Adds a Vec2f to a Vector2f.


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

Adds a Vector3d to a Vector3d.


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

Adds a Vec3d to a Vector3d.


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

Adds a Vec3f to a Vector3d.


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

Adds a Vec3i to a Vector3d.


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

Adds a Vector4f to a Vector4f.