INCIRCLE2D, INSPHERE, ORIENT2D, ORIENT3D Functions

The pack of functions for detecting whether the point is inside or outside of some region.
49 descargas
Actualizado 25 sep 2016

Ver licencia

Run demoOrient for demo.
INCIRCLE2D(A,B,C,D) is the function for finding whether point D is
inside or outside of the circle defined by A,B,C. A,B,C,D are position
vectors [x,y]
INSPHERE(A,B,C,D,E) is the function for finding whether point D is
inside or outside of the sphere defined by A,B,C,D. A,B,C,D,E are position
vectors [x,y,z]
ORIENT2D(A,B,C) is the function for finding whether point C on the
left,right or on the line AB. A,B,C are vectors [x,y]
ORIENT3D(A,B,C,D) is the function for finding whether point D on the
bottom or the top of the plane ABC. A,B,C,D are position vectors [x,y,z]

Citar como

Bauyrzhan Aubakir (2024). INCIRCLE2D, INSPHERE, ORIENT2D, ORIENT3D Functions (https://www.mathworks.com/matlabcentral/fileexchange/59292-incircle2d-insphere-orient2d-orient3d-functions), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2015b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Physics 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