Handbook
Glossary
m>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
m>>
( object -- value )
Methods
USING:
accessors
chipmunk.ffi
classes.struct
classes.struct.private
math
;
M:
cpBody
m>>
T{
struct-slot-spec
{
name
"m"
}
{
offset 16
}
{
class
float
}
{
initial 0.0
}
{
type
cpFloat
}
}
read-struct-slot
;
inline
USING:
accessors
regexp.ast
slots.private
;
M:
from-to
m>>
3
slot
;
inline
USING:
accessors
kernel.private
math.matrices
math.matrices.extras
slots.private
;
M:
negative-power-matrix
m>>
2
slot
{
matrix
}
declare
;
inline
USING:
accessors
kernel.private
math
math.matrices.extras
slots.private
;
M:
non-square-determinant
m>>
2
slot
{
integer
}
declare
;
inline
USING:
accessors
alien.c-types
classes.struct
classes.struct.private
fluids
math
;
M:
particle_t
m>>
T{
struct-slot-spec
{
name
"m"
}
{
offset 16
}
{
class
float
}
{
initial 0.0
}
{
type
float
}
}
read-struct-slot
;
inline
USING:
accessors
shapefiles
slots.private
;
M:
point-m
m>>
4
slot
;
inline
USING:
accessors
shapefiles
slots.private
;
M:
point-z
m>>
5
slot
;
inline
USING:
accessors
alien.c-types
classes.struct
classes.struct.private
math
random.sfmt.private
;
M:
sfmt-state
m>>
T{
struct-slot-spec
{
name
"m"
}
{
offset 8
}
{
class
fixnum
}
{
initial 0
}
{
type
uint
}
}
read-struct-slot
;
inline
USING:
accessors
kernel.private
math
math.matrices.extras
slots.private
;
M:
undefined-inverse
m>>
2
slot
{
integer
}
declare
;
inline