how can i make cross product between two vector in Tinyos (nesC)?
if i have position=p1+x*ex+y*ey;
; where ex,ey: are vector.
i am searching for that but couldn't find any thing helped !!!
so is there any helpful way to do this ? if i go to the definition of cross product there is angle which i don't now how to get it from the two vector ?