Page 1 of 1

Vector3::angleBetween could be const

Posted: Fri Apr 02, 2010 7:41 am
by moris
Hi,

This is minor but the Vector3 class is heavily used.
I think the Vector3::angleBetween() method could be const. It does not modify attributes and only calls const methods: length() and dotProduct().

Re: Vector3::angleBetween could be const

Posted: Tue Aug 31, 2010 12:34 pm
by athile
Bumping this post since I noticed the same.