API 0.9.5
AppKit/CPGeometry.j File Reference

Go to the source code of this file.

Functions

function CPDivideRect (inRect, slice, rem, amount, edge)
function CPPointCreateCopy (aPoint)
function CPPointEqualToPoint (lhsPoint, rhsPoint)
function CPPointFromEvent (anEvent)
function CPPointFromString (aString)
function CPPointMake (x, y)
function CPPointMakeZero ()
function CPRectContainsPoint (aRect, aPoint)
function CPRectContainsRect (possibleOuter, possibleInner)
function CPRectCreateCopy (aRect)
function CPRectEqualToRect (lhsRect, rhsRect)
function CPRectFromString (aString)
function CPRectGetHeight (aRect)
function CPRectGetMaxX (aRect)
function CPRectGetMaxY (aRect)
function CPRectGetMidX (aRect)
function CPRectGetMidY (aRect)
function CPRectGetMinX (aRect)
function CPRectGetMinY (aRect)
function CPRectGetWidth (aRect)
function CPRectInset (aRect, dX, dY)
function CPRectIntegral (aRect)
function CPRectIntersection (lhsRect, rhsRect)
function CPRectIntersectsRect (lhsRect, rhsRect)
function CPRectIsEmpty (aRect)
function CPRectIsNull (aRect)
function CPRectMake (x, y, width, height)
function CPRectMakeZero ()
function CPRectOffset (aRect, dX, dY)
function CPRectStandardize (aRect)
function CPRectUnion (lhsRect, rhsRect)
function CPSizeCreateCopy (aSize)
function CPSizeEqualToSize (lhsSize, rhsSize)
function CPSizeFromString (aString)
function CPSizeMake (width, height)
function CPSizeMakeZero ()
function CPStringFromPoint (aPoint)
function CPStringFromRect (aRect)
function CPStringFromSize (aSize)

Variables

 CPMakePoint = CGPointMake
 CPMakeRect = CGRectMake
 CPMakeSize = CGSizeMake
 CPMaxXEdge = 2
 CPMaxYEdge = 3
 CPMinXEdge = 0
 CPMinYEdge = 1

Variable Documentation

CPMakePoint = CGPointMake

Definition at line 31 of file CPGeometry.j.

CPMakeRect = CGRectMake

Definition at line 33 of file CPGeometry.j.

CPMakeSize = CGSizeMake

Definition at line 32 of file CPGeometry.j.

Definition at line 27 of file CPGeometry.j.

Definition at line 28 of file CPGeometry.j.

Definition at line 25 of file CPGeometry.j.

Definition at line 26 of file CPGeometry.j.

 All Classes Files Functions Variables Defines