NSPoint
A point in a Cartesian coordinate system.
Declaration
typealias NSPoint = CGPointDiscussion
Prior to OS X v10.5 the coordinates were represented by float values rather than CGFloat values.
When building for 64 bit systems, or building 32 bit like 64 bit, NSPoint is typedef’d to CGPoint.
Topics
Managing Points
NSEqualPoints(_:_:)NSMakePoint(_:_:)NSPointFromString(_:)NSStringFromPoint(_:)NSPointFromCGPoint(_:)NSPointToCGPoint(_:)