someone donno how to normalise sia
This commit is contained in:
parent
a3d2f95aa0
commit
a752bdb985
|
@ -52,7 +52,7 @@ namespace SHADE
|
|||
|
||||
Vector3 Vector3::GetNormalised()
|
||||
{
|
||||
return *this / GetSqrMagnitude();
|
||||
return *this / GetMagnitude();
|
||||
}
|
||||
|
||||
float Vector3::GetMagnitude()
|
||||
|
|
Loading…
Reference in New Issue