Ejemplo n.º 1
0
 void cVec4::RotateZ(double angle)
 {
   (*this)=GetRotatedZ(angle);
 }
Ejemplo n.º 2
0
void VECTOR4D::RotateZ(double angle)
{
	(*this)=GetRotatedZ(angle);
}
Ejemplo n.º 3
0
void PxVector::RotateZ(double angle)
{
	(*this)=GetRotatedZ(angle);
}
Ejemplo n.º 4
0
// 绕Y轴旋转向量
void CVector3::RotateZ(double angle)
{
	(*this)=GetRotatedZ(angle);
}