Example #1
0
        public Quat GetLocalRotation(int i)
        {
            Quat ret = new Quat(VixenLibPINVOKE.Pose_GetLocalRotation(swigCPtr, i), false);

            return(ret);
        }
Example #2
0
 public virtual void OnUserMove(int userid, int partindex, Vec3 pos, Quat dir)
 {
     VixenLibPINVOKE.BodyTracker_OnUserMove(swigCPtr, userid, partindex, Vec3.getCPtr(pos), Quat.getCPtr(dir));
     if (VixenLibPINVOKE.SWIGPendingException.Pending)
     {
         throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #3
0
 public void GetWorldRotations(Quat rotations)
 {
     VixenLibPINVOKE.Pose_GetWorldRotations__SWIG_0(swigCPtr, Quat.getCPtr(rotations));
 }