Contents

projected(_:)

Returns the vector projected onto the specified vector.

Declaration

func projected(_ other: Vector3D) -> Vector3D

Parameters

  • other:

    The second vector.

See Also

Geometry functions