ElectricCoffee / vector

A simple library for providing a Vector implementation for Rust, with an API similar to that in Unity
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Missing Vector3 methods to be added #2

Open ElectricCoffee opened 5 years ago

ElectricCoffee commented 5 years ago

The following methods in Vector3 have yet to be added:

ElectricCoffee commented 5 years ago

distance is implemented and available in v. 2.0.0

ElectricCoffee commented 5 years ago

slerp now implemented in the develop branch

ElectricCoffee commented 5 years ago

project now added in the development branch.

Made it a part of the trait, since projection isn't unique to 3D vectors