Skip to content

Commit

Permalink
Notice - Vec4.lerp is no longer static
Browse files Browse the repository at this point in the history
  • Loading branch information
luboslenco committed Aug 28, 2018
1 parent dfa4b8a commit c854ed6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions changes.md
@@ -1,3 +1,4 @@

* 2018-08-28: `Vec4.lerp` is no longer static, use `var v = new Vec4(); v.lerp(from, to, s)`
* 2018-08-21: `Vec4.lerp(to, from, s)` is now `Vec4.lerp(from, to, s)`
* 2017-12-10: Use `iron.math.Vec4.distance()` instead of `iron.math.Vec4.distance3d()`.

0 comments on commit c854ed6

Please sign in to comment.