public Sphere(Box3 arg0) : this(VixenLibPINVOKE.new_Sphere__SWIG_1(Box3.getCPtr(arg0)), true) { if (VixenLibPINVOKE.SWIGPendingException.Pending) { throw VixenLibPINVOKE.SWIGPendingException.Retrieve(); } }
public void Extend(Box3 arg0) { VixenLibPINVOKE.Sphere_Extend__SWIG_1(swigCPtr, Box3.getCPtr(arg0)); if (VixenLibPINVOKE.SWIGPendingException.Pending) { throw VixenLibPINVOKE.SWIGPendingException.Retrieve(); } }
public void ZoomToBounds(Box3 bound) { VixenLibPINVOKE.Scene_ZoomToBounds(swigCPtr, Box3.getCPtr(bound)); if (VixenLibPINVOKE.SWIGPendingException.Pending) { throw VixenLibPINVOKE.SWIGPendingException.Retrieve(); } }
public virtual void SetCullVol(Box3 arg0) { VixenLibPINVOKE.Camera_SetCullVol(swigCPtr, Box3.getCPtr(arg0)); if (VixenLibPINVOKE.SWIGPendingException.Pending) { throw VixenLibPINVOKE.SWIGPendingException.Retrieve(); } }
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(); } }
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); }
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); }
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); }
public bool NotEqual(Box3 arg0) { bool ret = VixenLibPINVOKE.Box3_NotEqual(swigCPtr, Box3.getCPtr(arg0)); if (VixenLibPINVOKE.SWIGPendingException.Pending) { throw VixenLibPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool SetGeoBox(Box3 arg0) { bool ret = VixenLibPINVOKE.Trigger_SetGeoBox(swigCPtr, Box3.getCPtr(arg0)); if (VixenLibPINVOKE.SWIGPendingException.Pending) { throw VixenLibPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
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); }
public bool GetBound(Box3 arg0) { bool ret = VixenLibPINVOKE.Deformer_GetBound(swigCPtr, Box3.getCPtr(arg0)); if (VixenLibPINVOKE.SWIGPendingException.Pending) { throw VixenLibPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public virtual bool GetBound(Box3 arg0) { bool ret = VixenLibPINVOKE.Geometry_GetBound(swigCPtr, Box3.getCPtr(arg0)); return(ret); }
public virtual bool CalcBound(Box3 arg0) { bool ret = VixenLibPINVOKE.Model_CalcBound(swigCPtr, Box3.getCPtr(arg0)); return(ret); }
public virtual void SetBound(Box3 INPUT) { VixenLibPINVOKE.Model_SetBound__SWIG_0(swigCPtr, Box3.getCPtr(INPUT)); }
public bool GetBound(Box3 OUTPUT) { bool ret = VixenLibPINVOKE.Model_GetBound__SWIG_3(swigCPtr, Box3.getCPtr(OUTPUT)); return(ret); }
public bool GetBound(Box3 OUTPUT, int transformtype) { bool ret = VixenLibPINVOKE.Model_GetBound__SWIG_2(swigCPtr, Box3.getCPtr(OUTPUT), transformtype); return(ret); }
public virtual void GetViewVol(Box3 arg0) { VixenLibPINVOKE.Camera_GetViewVol(swigCPtr, Box3.getCPtr(arg0)); }