projected(_:)
Returns the vector projected onto the specified vector.
Declaration
func projected(_ other: Vector3D) -> Vector3DParameters
- other:
The second vector.
Returns the vector projected onto the specified vector.
func projected(_ other: Vector3D) -> Vector3DThe second vector.