Fixed Vector3.GetNormalised!!!!!!! #211
|
@ -52,7 +52,7 @@ namespace SHADE
|
||||||
|
|
||||||
Vector3 Vector3::GetNormalised()
|
Vector3 Vector3::GetNormalised()
|
||||||
{
|
{
|
||||||
return *this / GetSqrMagnitude();
|
return *this / GetMagnitude();
|
||||||
}
|
}
|
||||||
|
|
||||||
float Vector3::GetMagnitude()
|
float Vector3::GetMagnitude()
|
||||||
|
|
Loading…
Reference in New Issue