Beispiel #1
0
 public AABB GetAABB()
 {
     AABB ret = new AABB(SharpMochaPINVOKE.Mesh_GetAABB(swigCPtr), true);
     return ret;
 }
Beispiel #2
0
 public AABB GetBoundingBox()
 {
     AABB ret = new AABB(SharpMochaPINVOKE.CRenderer_GetBoundingBox(swigCPtr), true);
     return ret;
 }
Beispiel #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(AABB obj)
 {
     return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }