<< NL_V_DistanceMapObject NL_V: Vision NL_V_Erosion >>

NARVAL >> NL_V: Vision > NL_V_DotP1P2P0

NL_V_DotP1P2P0

Perform the vectorial product between three points (Graham Scan).

Calling Sequence

[V] = NL_V_DotP1P2P0(P1,P2,P0)

Arguments

P1 :

Point.

P2 :

Point.

P0 :

Point.

V :

Vectorial product.

Description

NL_V_DotP1P2P0 performs the vectorial product V between the three points {P0P1}{P0P2} (Graham Scan).

Examples

P0=[0 0];
P1=[100 0];
P2=[0 100];
[V]=NL_V_DotP1P2P0(P1,P2,P0);//application of NL_V_DotP1P2P0

Report an issue
<< NL_V_DistanceMapObject NL_V: Vision NL_V_Erosion >>