Handbook
Glossary
origin>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
origin>>
( object -- value )
Methods
USING:
accessors
path-finding.private
slots.private
;
M:
(astar)
origin>>
4
slot
;
inline
USING:
accessors
classes.struct
classes.struct.private
core-graphics.types
;
M:
CGRect
origin>>
T{
struct-slot-spec
{
name
"origin"
}
{
offset 0
}
{
class
CGPoint
}
{
initial
S{
CGPoint
{
x 0.0
}
{
y 0.0
}
}
}
{
type
CGPoint
}
}
read-struct-slot
;
inline
USING:
accessors
math.affine-transforms
slots.private
;
M:
affine-transform
origin>>
4
slot
;
inline