Example #1
0
void VECTOR3D::PackTo01()
{
    (*this)=GetPackedTo01();
}
Example #2
0
void Vector3::PackTo01() {
    (*this)=GetPackedTo01();
}
Example #3
0
 void cVec3::PackTo01()
 {
   (*this) = GetPackedTo01();
 }