image thumbnail

updated 17 days ago

Grid of points within a polygon by Sulimon Sattari

This function generates an array of points that lie within a given polygon (polygon, points, point)

polygrid( xv, yv, ppa)

image thumbnail

updated 7 months ago

inpolyhedron - are points inside a volume? by Sven

It's inpolygon(), but for 3D triangulated surfaces. (non-convex surfaces, too!) (inpolygon, inside, mesh)

inpolyhedron(varargin)

image thumbnail

updated 1 year ago

Points On Line by Ankur Pawar

Linearly spaced points between two point and ,point in Convex Hull test. (points on line, line, 2d)

[inHullPoints,inPointsIndex]=inConvHull(vert,face,testPoint...

points=pointsOnLine(point1,point2,numPoints)

sphericalDodecahedron

image thumbnail

updated 1 year ago

inpoly mex file by Sebastien PARIS

Find points inside or on the border of a polygon (inpoly, points, inside)

test_inpoly

mexme_inpoly.m

image thumbnail

updated almost 2 years ago

Check Whether a Point Lies Inside,Outside or On a Circle by Divakar Roy

Checks whether a point lies inside,outside or on a circle defined by 3 other points. (circle, inside, approximation)

result=iscircle(X,Y,x,y)

image thumbnail

updated almost 3 years ago

Mesh2Tetra by Dirk-Jan Kroon

Convert a closed triangulated mesh to a tetrahedron volume ( like constrained Delaunay ) (delaunaytri, object, delaunayn)

C=PointToClosestPointOnPlane(A,B,C,P)

Faces=GetRemainingFaces(T,F,V)

InsidePoints3D(V,F)

image thumbnail

updated almost 3 years ago

2D polygon interior detection by Bruno Luong

Detect a whereas a point is interior or exterior to a 2D polygon (inpolygon, polygon, mesh)

benchinpoly(xv, yv, ntest)

insidepoly(varargin)

insidepoly_dblengine

image thumbnail

updated 3 years ago

Hide Images In Image by Divakar Roy

Embedding Utility (hide, image, inside)

extract_image(source_image)

hide_image(src_img,varargin)

image thumbnail

updated almost 4 years ago

findsubmat by Matt Fig

Finds one matrix (a sub-matrix) within another. (submatrix, find, inside)

findsubmat(A,B)

image thumbnail

updated 4 years ago

inside triangle by Nassim Khaled

inside_triangle is used to check if a point P is inside the triangle P1P2P3 or not. (triangle, plane, inside)

True=inside_triangle(P,P1,P2,P3);

image thumbnail

updated almost 5 years ago

Fast InPolygon detection MEX by Guillaume JACQUENOT

Fast detection points inside a polygonal region (inpolygon, polygon, mex)

InPolygon_Test.m

Contact us