Exemplo n.º 1
0
 public void SetOrientation(SWIGTYPE_p_Math__Matrix3 orientation)
 {
     SharpMochaPINVOKE.RigidBody_SetOrientation(swigCPtr, SWIGTYPE_p_Math__Matrix3.getCPtr(orientation));
     if (SharpMochaPINVOKE.SWIGPendingException.Pending)
     {
         throw SharpMochaPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
        public RigidBodyComponent SetOrientation(SWIGTYPE_p_Math__Matrix3 orientation)
        {
            RigidBodyComponent ret = new RigidBodyComponent(SharpMochaPINVOKE.RigidBodyComponent_SetOrientation(swigCPtr, SWIGTYPE_p_Math__Matrix3.getCPtr(orientation)), false);

            if (SharpMochaPINVOKE.SWIGPendingException.Pending)
            {
                throw SharpMochaPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_Math__Matrix3 obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Exemplo n.º 4
0
        public SWIGTYPE_p_Math__Matrix3 InverseOrienation()
        {
            SWIGTYPE_p_Math__Matrix3 ret = new SWIGTYPE_p_Math__Matrix3(SharpMochaPINVOKE.RigidBody_InverseOrienation(swigCPtr), false);

            return(ret);
        }
Exemplo n.º 5
0
 public RigidBodyComponent SetOrientation(SWIGTYPE_p_Math__Matrix3 orientation)
 {
     RigidBodyComponent ret = new RigidBodyComponent(SharpMochaPINVOKE.RigidBodyComponent_SetOrientation(swigCPtr, SWIGTYPE_p_Math__Matrix3.getCPtr(orientation)), false);
     if (SharpMochaPINVOKE.SWIGPendingException.Pending) throw SharpMochaPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }
Exemplo n.º 6
0
 public SWIGTYPE_p_Math__Matrix3 GetOrientation()
 {
     SWIGTYPE_p_Math__Matrix3 ret = new SWIGTYPE_p_Math__Matrix3(SharpMochaPINVOKE.RigidBodyComponent_GetOrientation(swigCPtr), false);
     return ret;
 }
Exemplo n.º 7
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_Math__Matrix3 obj)
 {
     return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
Exemplo n.º 8
0
        public SWIGTYPE_p_Math__Matrix3 GetOrientation()
        {
            SWIGTYPE_p_Math__Matrix3 ret = new SWIGTYPE_p_Math__Matrix3(SharpMochaPINVOKE.RigidBodyComponent_GetOrientation(swigCPtr), false);

            return(ret);
        }
Exemplo n.º 9
0
 public void SetOrientation(SWIGTYPE_p_Math__Matrix3 orientation)
 {
     SharpMochaPINVOKE.RigidBody_SetOrientation(swigCPtr, SWIGTYPE_p_Math__Matrix3.getCPtr(orientation));
     if (SharpMochaPINVOKE.SWIGPendingException.Pending) throw SharpMochaPINVOKE.SWIGPendingException.Retrieve();
 }
Exemplo n.º 10
0
 public SWIGTYPE_p_Math__Matrix3 InverseOrienation()
 {
     SWIGTYPE_p_Math__Matrix3 ret = new SWIGTYPE_p_Math__Matrix3(SharpMochaPINVOKE.RigidBody_InverseOrienation(swigCPtr), false);
     return ret;
 }