Position of a point and a straight line or segment

It determines the relative position of a point with respect to a planar segment or st. line
630 descargas
Actualizado 9 abr 2010

Ver licencia

Position determines the relative position of a planar point C with respect to
a planar segment joining A and B. This is not intended for 3D points.
Pos=0 =>the point C is collinear with A and B
Pos=1=>the point C is above the segment
Pos=-1=>the point C is below the segment
Example
A=[0 0 0]; B=[1 1 0]; C=[1 0 0];
Pos=Position(B,A,C)

Since C is below AB then Pos=-1
Note: in case of 2D points, you still have to include the z-ordinate, i.e
if you have a point S=[1 2], add a zero to get S=[1 2 0], and use the same
procedure as the above example

Citar como

Nassim Khaled (2024). Position of a point and a straight line or segment (https://www.mathworks.com/matlabcentral/fileexchange/27215-position-of-a-point-and-a-straight-line-or-segment), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2009a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Vehicle Scenarios en Help Center y MATLAB Answers.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0