Perform the vectorial product between three points (Graham Scan).
[V] = NL_V_DotP1P2P0(P1,P2,P0)
Point.
Vectorial product.
NL_V_DotP1P2P0 performs the vectorial product V between the three points {P0P1}{P0P2} (Graham Scan).
P0=[0 0]; P1=[100 0]; P2=[0 100]; [V]=NL_V_DotP1P2P0(P1,P2,P0);//application of NL_V_DotP1P2P0