Handbook
Glossary
translation>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
translation>>
( object -- value )
Methods
USING:
accessors
classes.struct
classes.struct.private
raylib
;
M:
Transform
translation>>
T{
struct-slot-spec
{
name
"translation"
}
{
offset 0
}
{
class
Vector3
}
{
initial
S{
Vector3
{
x 0.0
}
{
y 0.0
}
{
z 0.0
}
}
}
{
type
Vector3
}
}
read-struct-slot
;
inline