Handbook
Glossary
position<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
position<<
( value object -- )
Methods
USING:
accessors
classes.struct
classes.struct.private
raylib
;
M:
Camera3D
position<<
T{
struct-slot-spec
{
name
"position"
}
{
offset 0
}
{
class
Vector3
}
{
initial
S{
Vector3
{
x 0.0
}
{
y 0.0
}
{
z 0.0
}
}
}
{
type
Vector3
}
}
write-struct-slot
;
inline
USING:
accessors
classes.struct
classes.struct.private
raylib
;
M:
Ray
position<<
T{
struct-slot-spec
{
name
"position"
}
{
offset 0
}
{
class
Vector3
}
{
initial
S{
Vector3
{
x 0.0
}
{
y 0.0
}
{
z 0.0
}
}
}
{
type
Vector3
}
}
write-struct-slot
;
inline
USING:
accessors
audio.engine
slots.private
;
M:
audio-listener
position<<
2
set-slot
;
inline
USING:
accessors
audio.engine
slots.private
;
M:
audio-source
position<<
2
set-slot
;
inline
USING:
accessors
slots.private
tinyvg
;
M:
diagonal-line
position<<
3
set-slot
;
inline
USING:
accessors
peg
slots.private
;
M:
parse-error
position<<
2
set-slot
;
inline
USING:
accessors
raylib.demo.mesh-picking
slots.private
;
M:
tower
position<<
4
set-slot
;
inline
USING:
accessors
euler.b-rep
slots.private
;
M:
vertex
position<<
2
set-slot
;
inline