//----------------------------------------------------------------------------- // Project GeometryKit // Class G3DIntersecting // Creator Philippe C.D. Robert // Maintainer Philippe C.D. Robert // Creation Date 2000-11-28 11:03:21 +0000 // // Copyright (c) Philippe C.D. Robert // // The GeometryKit is free software; you can redistribute it and/or modify it // under the terms of the GNU LGPL Version 2 as published by the Free // Software Foundation // // $Id: G3DIntersecting.h,v 1.2 2001/01/05 20:50:48 robert Exp $ // //----------------------------------------------------------------------------- @protocol G3DIntersecting - (BOOL)intersectsObject:(id)anObject; @end