Handbook
Glossary
<CGPoint> ( x y -- CGPoint )
Core Graphics types
Prev:
<CGRect> ( x y w h -- rect )
Next:
<CGSize> ( w h -- CGSize )
Vocabulary
core-graphics
.
types
Inputs
x
a
real
y
a
real
Outputs
CGPoint
a
CGPoint
Word description
Allocates a new
CGPoint
in the Factor heap.
Definition
USING:
kernel
;
IN:
core-graphics.types
:
<CGPoint>
( x y -- CGPoint )
\
CGPoint
boa
;
inline