NSBezierPath-Contains.h

Go to the documentation of this file.
00001 //
00002 //  NSBezierPath-Contains.h
00003 //  RayWay
00004 //
00005 //  Created by tufty
00006 //  http://cocoadev.com/index.pl?HitDetection
00007 
00008 #import <Cocoa/Cocoa.h>
00009 
00016 @interface NSBezierPath (contains)
00017 
00024 - (BOOL)intersectsPoint:(NSPoint)point;
00034 - (BOOL)lineFrom:(NSPoint)from to:(NSPoint)to intersectsPoint:(NSPoint)point;
00035 
00036 @end
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines