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