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