Point or multiple points is/are in a triangle??
4 次查看(过去 30 天)
显示 更早的评论
Check whether a point or multiple points is/are in a triangle with three corners
Points = [x, y];
Triangle = [x1, y1; x2, y2; x3, y3]
Return true or false for each point tested.
1 个评论
Star Strider
2020-12-8
Consider the triangle a polygon.
Search for functions that will give you the result you want with polygons.
采纳的回答
更多回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Elementary Polygons 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!