summaryrefslogtreecommitdiff
path: root/QSFoundation.framework/Versions/A/PrivateHeaders/NSGeometry_BLTRExtensions.h
diff options
context:
space:
mode:
authorRob McBroom <github@skurfer.com>2014-02-17 14:36:23 -0500
committerRob McBroom <github@skurfer.com>2014-02-17 14:36:23 -0500
commit0cad0c9c58dc4386e95c2e2968ac376c68be96be (patch)
treee9866dcc8f3eade9e0edba0ce80aef7297e89337 /QSFoundation.framework/Versions/A/PrivateHeaders/NSGeometry_BLTRExtensions.h
parentaaff46c79008d6f39502e02ed7e7ccc2408828e4 (diff)
project updates, version bump
Diffstat (limited to 'QSFoundation.framework/Versions/A/PrivateHeaders/NSGeometry_BLTRExtensions.h')
-rw-r--r--QSFoundation.framework/Versions/A/PrivateHeaders/NSGeometry_BLTRExtensions.h44
1 files changed, 0 insertions, 44 deletions
diff --git a/QSFoundation.framework/Versions/A/PrivateHeaders/NSGeometry_BLTRExtensions.h b/QSFoundation.framework/Versions/A/PrivateHeaders/NSGeometry_BLTRExtensions.h
deleted file mode 100644
index 6a05f8d..0000000
--- a/QSFoundation.framework/Versions/A/PrivateHeaders/NSGeometry_BLTRExtensions.h
+++ /dev/null
@@ -1,44 +0,0 @@
-//
-// NSGeometry_Extensions.h
-//
-//
-// Created by Alcor on Thu Nov 28 2002.
-// Copyright (c) 2002 Blacktree, Inc. All rights reserved.
-//
-
-#import <Foundation/Foundation.h>
-
-
-typedef struct _BTFloatRange {
- float value;
- float location;
- float length;
-} BTFloatRange;
-
-
-BTFloatRange BTMakeFloatRange(float value,float location,float length);
-float BTFloatRangeMod(BTFloatRange range);
-float BTFloatRangeUnit(BTFloatRange range);
-NSPoint rectOffset(NSRect innerRect,NSRect outerRect,int quadrant);
-
-
-NSRect rectZoom(NSRect rect,float zoom,int quadrant);
-
-NSRect sizeRectInRect(NSRect innerRect,NSRect outerRect,bool expand);
-NSPoint offsetPoint(NSPoint fromPoint, NSPoint toPoint);
-NSRect fitRectInRect(NSRect innerRect,NSRect outerRect,bool expand);
-NSRect centerRectInRect(NSRect rect, NSRect mainRect);
-NSRect rectFromSize(NSSize size);
-NSRect rectWithProportion(NSRect innerRect,float proportion,bool expand);
-
-NSRect constrainRectToRect(NSRect innerRect, NSRect outerRect);
-NSRect alignRectInRect(NSRect innerRect,NSRect outerRect,int quadrant);
-NSRect expelRectFromRect(NSRect innerRect, NSRect outerRect,float peek);
-NSRect expelRectFromRectOnEdge(NSRect innerRect, NSRect outerRect,NSRectEdge edge,float peek);
-
- NSRectEdge touchingEdgeForRectInRect(NSRect innerRect, NSRect outerRect);
-int closestCorner(NSRect innerRect,NSRect outerRect);
-int oppositeQuadrant(int quadrant);
-
-NSRect blendRects(NSRect start, NSRect end,float b);
-void logRect(NSRect rect); \ No newline at end of file