perp ( v u -- w )


Vocabulary
math.matrices

Definition
USING: kernel math.vectors ;

IN: math.matrices

: perp ( v u -- w ) dupd proj v- ;