示例#1
0
 public FrameVel(RotationVel _M, VectorVel _p) : this(kdlPINVOKE.new_FrameVel__SWIG_3(RotationVel.getCPtr(_M), VectorVel.getCPtr(_p)), true)
 {
     if (kdlPINVOKE.SWIGPendingException.Pending)
     {
         throw kdlPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 public TwistVel(VectorVel _vel, VectorVel _rot) : this(kdlPINVOKE.new_TwistVel__SWIG_1(VectorVel.getCPtr(_vel), VectorVel.getCPtr(_rot)), true)
 {
     if (kdlPINVOKE.SWIGPendingException.Pending)
     {
         throw kdlPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#3
0
        public TwistVel RefPoint(VectorVel v_base_AB)
        {
            TwistVel ret = new TwistVel(kdlPINVOKE.TwistVel_RefPoint(swigCPtr, VectorVel.getCPtr(v_base_AB)), true);

            if (kdlPINVOKE.SWIGPendingException.Pending)
            {
                throw kdlPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#4
0
        public static VectorVel Zero()
        {
            VectorVel ret = new VectorVel(kdlPINVOKE.VectorVel_Zero(), true);

            if (kdlPINVOKE.SWIGPendingException.Pending)
            {
                throw kdlPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#5
0
        public VectorVel Inverse(Vector arg)
        {
            VectorVel ret = new VectorVel(kdlPINVOKE.RotationVel_Inverse__SWIG_2(swigCPtr, Vector.getCPtr(arg)), true);

            if (kdlPINVOKE.SWIGPendingException.Pending)
            {
                throw kdlPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#6
0
        public VectorVel UnitZ()
        {
            VectorVel ret = new VectorVel(kdlPINVOKE.RotationVel_UnitZ(swigCPtr), true);

            if (kdlPINVOKE.SWIGPendingException.Pending)
            {
                throw kdlPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#7
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(VectorVel obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }