cross(_:)
Returns the cross product of the vector and the specified vector.
Declaration
func cross(_ other: Vector3D) -> Vector3DParameters
- other:
The second vector.
Returns the cross product of the vector and the specified vector.
func cross(_ other: Vector3D) -> Vector3DThe second vector.