Beispiel #1
0
double Vec2::GetNorm2(){
  return getNorm2();
}
Beispiel #2
0
float Quaternion::getNorm() {
	return FastMath::sqrt(getNorm2());
}