Help for this page

Select Code to Download


  1. or download this
    sub InProduct(){
        my($a, $b) = @_;
        return $a->X*$b->X+$a->Y*$b->Y+$a->Z*$b->Z}