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