Handbook
Glossary
det2 ( x y -- z )
Vocabulary
gml
.
coremath
Inputs
x
an
object
y
an
object
Outputs
z
an
object
Definition
USING:
math.vectors
math.vectors.simd
;
IN:
gml.coremath
:
det2
( x y -- z )
{
1 0
}
vshuffle
double-2{
1.0 -1.0
}
v*
vdot
;
inline