INCIRCLE2D, INSPHERE, ORIENT2D, ORIENT3D Functions

The pack of functions for detecting whether the point is inside or outside of some region.
49.0 次下载
更新时间 2016/9/25

查看许可证

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]

引用格式

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

MATLAB 版本兼容性
创建方式 R2015b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Physics 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0