Vector3f.isUnitVector() draws square root unnecessaryly

Just some minor thing I stumbled across: Vector3f.isUnitVector() could use .lengthSquared() instead of .length() if the constants were being squared as well.



Keep up the great work!