public AABB GetAABB() { AABB ret = new AABB(SharpMochaPINVOKE.Mesh_GetAABB(swigCPtr), true); return ret; }
public AABB GetBoundingBox() { AABB ret = new AABB(SharpMochaPINVOKE.CRenderer_GetBoundingBox(swigCPtr), true); return ret; }
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; }