Contents

dot(_:)

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

Declaration

func dot(_ other: Vector3D) -> Double

Parameters

  • other:

    The second vector.

See Also

Geometry functions