amitsarangi / mt4j

Automatically exported from code.google.com/p/mt4j
GNU General Public License v2.0
0 stars 0 forks source link

Vector3D Limit() Method #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be useful to have a direct Limit Method for a vector. At the
Moment i only aware of make the following: vectorA = vectorA.getLimited().
So there is a little overhead with creating a new Vector internally.

Original issue reported on code.google.com by stefan.s...@googlemail.com on 5 Apr 2010 at 4:29

GoogleCodeExporter commented 9 years ago
Okay, added the limitLocal() method in Vector3D.

Original comment by sirhc.f...@gmail.com on 6 Apr 2010 at 12:27