<CGPoint> ( x y -- CGPoint )
Core Graphics types

Prev:<CGRect> ( x y w h -- rect )
Next:<CGSize> ( w h -- CGSize )


Vocabulary
core-graphics.types

Inputs
xa real
ya real


Outputs
CGPointa CGPoint


Word description
Allocates a new CGPoint in the Factor heap.

Definition