Example #1
0
 public Sphere(Box3 arg0) : this(VixenLibPINVOKE.new_Sphere__SWIG_1(Box3.getCPtr(arg0)), true)
 {
     if (VixenLibPINVOKE.SWIGPendingException.Pending)
     {
         throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public void Extend(Box3 arg0)
 {
     VixenLibPINVOKE.Sphere_Extend__SWIG_1(swigCPtr, Box3.getCPtr(arg0));
     if (VixenLibPINVOKE.SWIGPendingException.Pending)
     {
         throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #3
0
 public void ZoomToBounds(Box3 bound)
 {
     VixenLibPINVOKE.Scene_ZoomToBounds(swigCPtr, Box3.getCPtr(bound));
     if (VixenLibPINVOKE.SWIGPendingException.Pending)
     {
         throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #4
0
 public virtual void SetCullVol(Box3 arg0)
 {
     VixenLibPINVOKE.Camera_SetCullVol(swigCPtr, Box3.getCPtr(arg0));
     if (VixenLibPINVOKE.SWIGPendingException.Pending)
     {
         throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #5
0
 public void GetStereoView(int which_eye, Box3 viewvol)
 {
     VixenLibPINVOKE.Camera_GetStereoView(swigCPtr, which_eye, Box3.getCPtr(viewvol));
     if (VixenLibPINVOKE.SWIGPendingException.Pending)
     {
         throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #6
0
        public Sphere Assign(Box3 arg0)
        {
            Sphere ret = new Sphere(VixenLibPINVOKE.Sphere_Assign__SWIG_1(swigCPtr, Box3.getCPtr(arg0)), false);

            if (VixenLibPINVOKE.SWIGPendingException.Pending)
            {
                throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #7
0
        public virtual bool GetViewVolume(Box3 vvol)
        {
            bool ret = VixenLibPINVOKE.BodyTracker_GetViewVolume(swigCPtr, Box3.getCPtr(vvol));

            if (VixenLibPINVOKE.SWIGPendingException.Pending)
            {
                throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #8
0
        public virtual int IsVisible(Box3 box)
        {
            int ret = VixenLibPINVOKE.Camera_IsVisible__SWIG_1(swigCPtr, Box3.getCPtr(box));

            if (VixenLibPINVOKE.SWIGPendingException.Pending)
            {
                throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #9
0
        public bool NotEqual(Box3 arg0)
        {
            bool ret = VixenLibPINVOKE.Box3_NotEqual(swigCPtr, Box3.getCPtr(arg0));

            if (VixenLibPINVOKE.SWIGPendingException.Pending)
            {
                throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #10
0
        public bool SetGeoBox(Box3 arg0)
        {
            bool ret = VixenLibPINVOKE.Trigger_SetGeoBox(swigCPtr, Box3.getCPtr(arg0));

            if (VixenLibPINVOKE.SWIGPendingException.Pending)
            {
                throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #11
0
        public Box3 Assign(Box3 arg0)
        {
            Box3 ret = new Box3(VixenLibPINVOKE.Box3_Assign__SWIG_0(swigCPtr, Box3.getCPtr(arg0)), false);

            if (VixenLibPINVOKE.SWIGPendingException.Pending)
            {
                throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #12
0
        public bool GetBound(Box3 arg0)
        {
            bool ret = VixenLibPINVOKE.Deformer_GetBound(swigCPtr, Box3.getCPtr(arg0));

            if (VixenLibPINVOKE.SWIGPendingException.Pending)
            {
                throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #13
0
        public virtual bool GetBound(Box3 arg0)
        {
            bool ret = VixenLibPINVOKE.Geometry_GetBound(swigCPtr, Box3.getCPtr(arg0));

            return(ret);
        }
Example #14
0
        public virtual bool CalcBound(Box3 arg0)
        {
            bool ret = VixenLibPINVOKE.Model_CalcBound(swigCPtr, Box3.getCPtr(arg0));

            return(ret);
        }
Example #15
0
 public virtual void SetBound(Box3 INPUT)
 {
     VixenLibPINVOKE.Model_SetBound__SWIG_0(swigCPtr, Box3.getCPtr(INPUT));
 }
Example #16
0
        public bool GetBound(Box3 OUTPUT)
        {
            bool ret = VixenLibPINVOKE.Model_GetBound__SWIG_3(swigCPtr, Box3.getCPtr(OUTPUT));

            return(ret);
        }
Example #17
0
        public bool GetBound(Box3 OUTPUT, int transformtype)
        {
            bool ret = VixenLibPINVOKE.Model_GetBound__SWIG_2(swigCPtr, Box3.getCPtr(OUTPUT), transformtype);

            return(ret);
        }
Example #18
0
 public virtual void GetViewVol(Box3 arg0)
 {
     VixenLibPINVOKE.Camera_GetViewVol(swigCPtr, Box3.getCPtr(arg0));
 }