Handbook
Glossary
change-mv-inv-matrix ( object quot -- object )
Vocabulary
accessors
Inputs
object
an
object
quot
an
object
Outputs
object
an
object
Definition
USING:
kernel
;
IN:
accessors
:
change-mv-inv-matrix
( object quot -- object )
over
[
[
mv-inv-matrix>>
]
dip
call
]
dip
swap
>>mv-inv-matrix
;
inline