cross

infix fun Vec3d.cross(other: Vec3d): Vec3d

The cross product of a Vec3d and a Vec3d.


infix fun Vec3d.cross(other: Vec3f): Vec3d

The cross product of a Vec3d and a Vec3f.


infix fun Vec3d.cross(other: Vec3i): Vec3d

The cross product of a Vec3d and a Vec3i.


infix fun Vec3d.cross(other: Vector3d): Vec3d

The cross product of a Vec3d and a Vector3d.


infix fun Vec3f.cross(other: Vec3d): Vec3f

The cross product of a Vec3f and a Vec3d.


infix fun Vec3f.cross(other: Vec3f): Vec3f

The cross product of a Vec3f and a Vec3f.


infix fun Vec3f.cross(other: Vec3i): Vec3f

The cross product of a Vec3f and a Vec3i.


infix fun Vec3f.cross(other: Vector3d): Vec3f

The cross product of a Vec3f and a Vector3d.


infix fun Vec3i.cross(other: Vec3d): Vec3i

The cross product of a Vec3i and a Vec3d.


infix fun Vec3i.cross(other: Vec3f): Vec3i

The cross product of a Vec3i and a Vec3f.


infix fun Vec3i.cross(other: Vec3i): Vec3i

The cross product of a Vec3i and a Vec3i.


infix fun Vec3i.cross(other: Vector3d): Vec3i

The cross product of a Vec3i and a Vector3d.


infix fun Vector3d.cross(other: Vec3d): Vector3d

The cross product of a Vector3d and a Vec3d.


infix fun Vector3d.cross(other: Vec3f): Vector3d

The cross product of a Vector3d and a Vec3f.


infix fun Vector3d.cross(other: Vec3i): Vector3d

The cross product of a Vector3d and a Vec3i.


infix fun Vector3d.cross(other: Vector3d): Vector3d

The cross product of a Vector3d and a Vector3d.