INCIRCLE2D, INSPHERE, ORIENT2D, ORIENT3D Functions

The pack of functions for detecting whether the point is inside or outside of some region.
49 download
Aggiornato 25 set 2016

Visualizza la licenza

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]

Cita come

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

Compatibilità della release di MATLAB
Creato con R2015b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Physics in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0