float StructGetLength(SFourVector* SV){if(SV) return Vector4Length((SV->t),(SV->x),(SV->y),(SV->z)); else return 0;}
Beispiel #2
0
		//*****************************************************************************
		//		関数
		//*****************************************************************************
		f32 Vector4::length()const{return Vector4Length(*this);}