Contents

NSPoint

A point in a Cartesian coordinate system.

Declaration

typealias NSPoint = CGPoint

Discussion

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

Zero Constant

Related Types

See Also

Geometry