Contents

cross(_:)

Returns the cross product of the vector and the specified vector.

Declaration

func cross(_ other: Vector3D) -> Vector3D

Parameters

  • other:

    The second vector.

See Also

Geometry functions