dot(_:)
Returns the dot product of the vector and the specified vector.
Declaration
func dot(_ other: Vector3D) -> DoubleParameters
- other:
The second vector.
Returns the dot product of the vector and the specified vector.
func dot(_ other: Vector3D) -> DoubleThe second vector.