Handbook
Glossary
>scale-factors ( object -- x y z )
Vocabulary
math
.
matrices
.
extras
.
private
Inputs
object
an
object
Outputs
x
an
object
y
an
object
z
an
object
Definition
IN:
math.matrices.extras.private
GENERIC:
>scale-factors
( object -- x y z )
Methods
USING:
kernel
math
math.matrices.extras.private
;
M:
number
>scale-factors
dup
dup
;
USING:
math.matrices.extras.private
sequences
;
M:
sequence
>scale-factors
first3
;