Main Content

4,574 results in File Exchange

straight line and plane intersection

Version 1.0.0.0 by Nassim Khaled

plane_line_intersect computes the intersection of a plane and a segment(or

%plane_line_intersect computes the intersection of a plane and a segment (or a straight line)% Inputs: % n: normal vector of the Plane % V0: any point that belongs to the Plane % P0: end point 1

- plane_line_intersect computes the intersection of a plane and a segment(or
  • 7.9K (All time)
  • 1 (Last 30 days)
  • 4.7 / 5
  • Community
  • 27 Nov 2007

Fast Line Segment Intersection

Version 1.1.0.0 by U. Murat Erdem

Finds the pairwise intersection points between line segments in 2D Cartesian space.

OUT = LINESEGMENTINTERSECT(XY1,XY2) generates intersection analysis between the line segment sets given in XY1 and XY2. Code can handle coincident and parallel lines.The main emphasis is on speed

- LINESEGMENTINTERSECT Intersections of line segments.
- True if you want to display the results.
  • 7.8K (All time)
  • 2 (Last 30 days)
  • 4.9 / 5
  • Community
  • 10 Apr 2010

sliceDelaunay

Version 1.1.0.0 by Pariterre

Slice a Delaunay mesh

- PLANE_LINE_INTERSECT computes the intersection of a plane and a
  • 447 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 27 Jul 2016

Multiple curve and line intersection.

Version 1.0.11 by Rahul punk

many line and curve intersection.

easy to use for any type of line and curve intersection with example.

  • 180 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 5 May 2021

Line-Line Intersection (2d)

Version 1.0.0.0 by Sebastian W

Calculate intersection point of two 2d lines specified with 2 points each

Calculate intersection point of two 2d lines specified with 2 points each(X1, Y1; X2, Y2; X3, Y3; X4, Y4), while 1&2 and 3&4 specify a line.Gives back NaN or Inf/-Inf if lines are parallel (=

  • 1.6K (All time)
  • 2 (Last 30 days)
  • 4.2 / 5
  • Community
  • 13 Mar 2012

Lines Intersection

Version 1.0.0.0 by Lufuno Vhengani

This function finds the intersection point of two lines.

This function uses a method of determinants to find the intersection of two linear lines. Inputs into this function are coordinates of two lines (vectors) i.e. Line1 = [(x11,y11);(x12,y12)] and

  • 504 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 8 Sep 2011

vector_plane_intersect

Version 1.0.0.0 by Val Schmidt

A function to fine the point where a line intersects a plane.

Given 1) a line parameterized by a point in 3D space along with a 3x1 vector indicating the line's direction, and 2) the coefficients (a b c) of a plane (z = a*x + b*y + c), vector_plane_intersect

- A function to calculation the intersection of a vector and a plane
  • 354 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 24 Apr 2012

grain and particle analysis with line intersection method

Version 1.6.0.0 by Sven Meister

This GUI allows you to analyze the size of grains in a micrograph with the 'line cut' method.

  • 4K (All time)
  • 9 (Last 30 days)
  • 4.6 / 5
  • Community
  • 2 Apr 2012

Lines intersection [FAST]

Version 3.1 by Nicolas Douillet

A function to compute the intersection point between two lines of the space (3D or 2D)

  • 198 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 16 Jul 2024

Intersection of Line to Generalized Ellipse

Version 1.0.0.0 by Paurakh

This function returns the points of intersection between a line and a generalized ellipse

- LineEllipse Intersections of generalized ellipse and lines in Cartesian plane
  • 507 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 13 Jun 2014

one single Image Calibration

Version 1.1.0.0 by xingxingcui

Implementation and visualisation of multiple classical linear calibration methods for a single image

  • 56 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 18 Nov 2023

DaveHealy-github/FracPaQ

Version 2.8.0.0 by Dave Healy

Quantification of fracture patterns in rocks and other materials

- Intersections of line segments.
  • 2.6K (All time)
  • 7 (Last 30 days)
  • 4.9 / 5
  • Community
  • 10 Jun 2022

Conics intersection

Version 1.5.0.0 by Pierluigi Taddei

Given the homogeneous matrices of two conics it recovers the (up to) four intersection points

-6]%get the four homogeneous intersectionsP = intersectConics(E1, E2)%plot the normalized pointsplot(P(1,:) ./ P(3,:) , P(2,:) ./ P(3,:), 'ro');___________________For more info

- intersectConicLine - given a line and a conic detect the real intersection
- intersectConics - intersects two non degenerate conics
- getPointsOnLine - given an homogeneous line return two homogeneous points on it
  • 1.5K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 30 Aug 2015

Mesh2Tetra

Version 1.2.0.0 by Dirk-Jan Kroon

Convert a closed triangulated mesh to a tetrahedron volume ( like constrained Delaunay )

Delaunay is used to created a tetrahedron convexhull. Then outside tetrahedrons and tetrahedrons intersecting the boundary mesh are removed. - Second, New triangulated surface meshes are

  • 2.1K (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 18 Jun 2010

Mission On Mars Robot Challenge 2016 - France

Version 1.0.0.0 by Corine Chancerel

Documentation, Simulation and Arduino/Raspberry Pi design and models

  • 4.1K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 10 Mar 2016

imMinkowski

Version 1.6 by David Legland

Measure of geometric parameters in 2D or 3D images (surface area, perimeter, Euler Number...)

- return intersection between a plane and a line
- Return intersection line between 2 planes in space
- Return intersection points between a line and a sphere
- Intersection point between a 3D line and a plane.
- Create a straight line from 2 points, or from other inputs
- Computes angle between two straight lines
  • 4.6K (All time)
  • 1 (Last 30 days)
  • 4.9 / 5
  • Community
  • 11 Jan 2021

Line Intersect

Version 1.0.0.0 by Jonathan Millin

Finds the points of intersection for linear time series data, very efficiently

Code::~~~~~~~~~~~~~~numElem= 50; a=rand(numElem,1); b=rand(numElem,1); xs=1:numElem;[x,y, signs]=lineIntersect(a,b);plot(xs,a,'k',xs,b,'b',x,y,'ro')

- LineIntersect.m
  • 1.8K (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 21 Apr 2008

Intersection of Two Lines (line_intersection)

Version 6.0.1.0 by Tamas Kis

Finds the intersection of two lines.

line_intersection Finds the intersection of two lines.Syntax[x_int,y_int] = line_intersection(l1,l2)Inputsl1 (1×1, 1×2, 1×3, or 1×4 double) vector defining line 1:[x1]: vertical line form, [m1,b1

  • 981 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 16 Jul 2024

affineSpaceIntersection - Intersection of lines/planes/volumes/etc.

Version 1.1.0.0 by Josef

Compute intersections of lines, planes, volumes, etc. in arbitrary dimensions.

Intersect lines and lines, lines and planes, planes and planes, etc. with this function. You can even use it in arbitrary dimensions and intersect two, three or more spaces.

- Intersection of affine spaces.
  • 346 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 23 Mar 2015

Intersection point of lines in 3D space

Version 1.0.0.0 by Anders Eikenes

Finding intersection point of lines in 3D space (two or more lines).

Nx3-matrix containing starting point of N lines% PB : Nx3-matrix containing end point of N lines% P_Intersect : Best intersection point of the N lines, in least squares sense.% distances : Distances from

- Find intersection point of lines in 3D space, in the least squares sense.
  • 3.2K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 15 Jun 2012

geom2d

Version 1.25 by David Legland

Geometry library for matlab. Performs geometric computations on points, lines, circles, polygons...

an intuitive syntax. Ex: createCircle(p1, p2, p3) to create a circle through 3 points, create parallel and perpendicular lines* compute intersections between 2 lines, between a line and a circle* work

- Intersection points between a line and a polygon.
- Return intersection between a line and an edge.
- Intersection points between a line and a polyline.
- Intersection point(s) of a line and a circle.
- Return all intersection points of N lines in 2D.
- Intersection of two bounding boxes.
- Return all intersections between two set of edges.
- Intersection points of two circles.
- Find the common points between 2 polylines.
- Intersection points between a ray and a polygon.
- Intersection point of an edge with a polygon.
- Clip a line with a box.
- Return same line but with opposite orientation.
- Transform a line with an affine transform.
- Position of a point on a line.
- Create a line parallel to another one.
- Create a median line between two points.
- Create a straight line from cartesian equation coefficients.
- Fit a straight line to a set of points.
- Draw a straight line clipped by the current axis.
- Create a line orthogonal to another one through a point.
- Create a straight line from 2 points, or from other inputs.
- Create a point on a line at a given position on the line.
- Convert an edge to a straight line.
- Computes angle between two straight lines.
- Convert a straight line to a finite edge.
- Minimum distance between a point and a line.
- Create the the 3x3 matrix of a line reflection.
- Divide a possibly self-intersecting polygon into a set of simple loops.
- Project of a point orthogonally onto a line.
- Test if a point belongs to a line.
- Find self-intersection points of a polyline.
- Find self-intersection points of a polygon.
- Create a ray (half-line), from various inputs.
- Compute the radical axis (or radical line) of 2 circles.
- Create an edge between two points, or from a line.
- Test if a point is on the left side of a line.
- Clip a polygon with a Half-plane defined by a directed line.
- Description of functions operating on planar lines.
  • 34.4K (All time)
  • 5 (Last 30 days)
  • 4.1 / 5
  • Community
  • 26 Sep 2019

Line Intersection in MATLAB

Version 0.1.0 by btmy87

Line Segment Intersection in MatLab

0.5)*2;yb = (rand(2, n) - 0.5)*2;% find the intersections[xi, yi] = line_intersect(xa, ya, xb, yb);figure; ha = axes; hold on;xlabel("x"); ylabel("y");title("Example: line_intersect", Interpreter="none");h1 =

- find line segment intersection points
- example_line_intersect
- return individual line segments from polyline
  • 3 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 10 Sep 2024

slicefr.m

Version 1.0.0.0 by Ulrich Theune

Frames slices and plots a line where two slices intersect.

This function is built around MATLAB's slice function. It plots a black line along the edges of each slice and a dotted line where two slices intersect. This may be useful to help in the

  • 1K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 19 Apr 2005

Chord Length Distribution from Binary 2D Images

Version 1.0.0.0 by M. Ryan MacIver

Measure the chord length distribution of two phases in binary images

A chord is a line segment with every point in one of the two phases, and with its end points on the interface between the two phases [1]. Randomly oriented lines can be laid across each image, and

- INTERSECTLINES Return all intersection points of N lines in 2D
- CLIPLINE Clip a line with a box
- LINEPOSITION Position of a point on a line
- CREATELINE Create a straight line from 2 points, or from other inputs
- Matlab optmized version of Bresenham line algorithm. No loops.
  • 213 (All time)
  • 3 (Last 30 days)
  • 4.0 / 5
  • Community
  • 2 Nov 2017

3D_voronoi_cuboid_bounded

Version 1.0.4 by Rémy Bretin

Constrain the vertices of a Voronoi decomposition inside the input rectangular cuboid domain.

  • 644 (All time)
  • 4 (Last 30 days)
  • 5.0 / 5
  • Community
  • 2 Apr 2020

Ball Bounce Physics with spin

Version 1.3.0.0 by Peter Bone

Bouncing superball simulation with spin on arbitrary 2D surfaces

  • 1.1K (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 17 Jun 2010

Line-Line Intersection (N lines, D space)

Version 1.0.0.0 by Serge

Find intersection of N lines in D-dimensional space, in least squares sense.

Find intersection of N lines in D-dimensional space, in least squares sense. X = lineXline(A,B) -line starts & ends as N*D X = lineXline({x y..}) -lines as D long cell of starts & ends as

- Find intersection of N lines in D-dimensional space, in least squares sense.
  • 441 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 29 Oct 2016

Find intersection of two lines

Version 1.0.0.0 by Paulo Silva

This function accepts two lines and returns the point that the lines have in common.

- This function finds where two lines (2D) intersect
  • 3K (All time)
  • 3 (Last 30 days)
  • 3.5 / 5
  • Community
  • 22 Feb 2011

Corresponding Points through MDL

Version 1.0.0.0 by Dirk-Jan Kroon

Minimum Description Length optimization of PCA model for 2D/3D ASM model building

are three examples,1D, Line optimization2D, Circle MDL of hand contours3D, Sphere MDL of jaw surfacesNotes!The code can be a bit messy (because I have no spare time left).3D MDL works much worse then my

  • 1.4K (All time)
  • 1 (Last 30 days)
  • 2.5 / 5
  • Community
  • 14 May 2012

Plane and triangulated surface intersection line

Version 1.1.6 by Keith Carney

Intersection line of a plane with a 3D triangulated surface

Function calculates the intersection line of a plane with a 3D triangulated surface. The algorithm was developed to calculate the intersection line of a plane with a 3D rendered cell from 3D confocal

  • 43 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 31 Jan 2025

LineIntersection

Version 1.0.0.0 by Matthew Kelly

Given two line segments, compute the intersection point.

% [E, lambda, gamma, isConvex] = lineIntersection(A,B,C,D)%% Given a line segment AB and another line segment CD, compute the point E% where the lines intersect.%% INPUTS:% A = [2,n] = [Ax;Ay] =

  • 274 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 30 Apr 2016

ROKA - ROck slope Kinematic Analysis

Version 1.0.0 by Niccolo menegoni

ROKA use the 3D geometry information of the rock discontinuities to perform and ad-hoc kinematic analysis based onto the 3D slope model

- Return intersection points between a line and a sphere
  • 139 (All time)
  • 3 (Last 30 days)
  • -- / 5
  • Community
  • 30 Aug 2021

Line plane intersection [FAST]

Version 2.4 by Nicolas Douillet

A function to compute the intersection between a parametric line of the 3D space and a plane.

Please first check the examples tab (.mlx file) here on the right for a complete description.Once downloaded, typewrite 'help line_plane_intersection' or 'doc line_plane_intersection' in Matlab

- Function to compute the intersection point between the (N,u) line and the (M,n) plane of the 3D space.
  • 799 (All time)
  • 1 (Last 30 days)
  • 4.7 / 5
  • Community
  • 15 Jul 2024

Intersections of multiple 2D lines or line segments

Version 1.0.1 by Matt J

Compute the intersection of a reference line (or line segment) with a polyshape boundary or with a batch of other line segments.

The command linexlines2D() offered in this submission is a flexible tool for computing the intersection points between a reference 2D line segment and a batch of other 2D line segments. Either the

  • 250 (All time)
  • 1 (Last 30 days)
  • 4.0 / 5
  • Community
  • 30 Mar 2022

mpsim

Version 2019.05.07 by Felipe G. Nievinski

A GNSS multipath simulator in Matlab/Octave

- : Convert string to cell array breaking at line terminators.
- Plot a line with shaded error/confidence bounds
- phase delay exhibited by reflected signals, compared to the direct or line-of-sight signal. These parameters describe:
  • 494 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 26 Nov 2020

Interface detection in point cloud data (SRM & SMLM)

Version 1.0 by Danny van der Haven

Code for detecting interfaces in super-resolution microscopy (SRM) data. Also works for other types of Poisson-distributed point cloud data.

different densities in each region.The model assumption is that the points come from a Poisson Point Process on a rectangular region.This region has been divided into two regions by a straight line through

  • 6 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 10 Apr 2022

Concave hull: A k-nearest neighbours algorithm

Version 1.0.0 by Andreas Bernatzky

Concave hull: A k-nearest neighbours approach for the computation of the region occupied by a set of points

- Summary of this function goes here
- Summary of this function goes here
  • 225 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 15 Jan 2024

BertiniLab

Version 1.5.0.0 by Andrew Newell

Toolbox for solving polynomial systems

- Example 12.1 from Numerically solving polynomial systems with Bertini, by Daniel J. Bates, Jonathan D. Haunstein, Andrew J. Sommese and Charles W. Wampler (SIAM 2013).
- Example 1.1 from Numerically solving polynomial systems with Bertini, by Daniel J. Bates, Jonathan D. Haunstein, Andrew J. Sommese and Charles W. Wampler (SIAM 2013).
- Example 9.1 from Numerically solving polynomial systems with Bertini, by Daniel J. Bates, Jonathan D. Haunstein, Andrew J. Sommese and Charles W. Wampler (SIAM 2013).
- Example 9.2 from Numerically solving polynomial systems with Bertini, by Daniel J. Bates, Jonathan D. Haunstein, Andrew J. Sommese and Charles W. Wampler (SIAM 2013).
- Section 1.1.5 from Numerically solving polynomial systems with Bertini, by Daniel J. Bates, Jonathan D. Haunstein, Andrew J. Sommese and Charles W. Wampler (SIAM 2013).
- Example 1.9 from Numerically solving polynomial systems with Bertini, by Daniel J. Bates, Jonathan D. Haunstein, Andrew J. Sommese and Charles W. Wampler (SIAM 2013).
- Section 5.4 from Numerically solving polynomial systems with Bertini, by Daniel J. Bates, Jonathan D. Haunstein, Andrew J. Sommese and Charles W. Wampler (SIAM 2013).
- Intersections of straight lines Intersection of circle with |y| axis Numerical accuracy and function residuals Straight-line programs
  • 1.1K (All time)
  • 4 (Last 30 days)
  • -- / 5
  • Community
  • 14 Aug 2020

Mission On Mars Robot Challenge 2015 - France

Version 1.2 by Pascale Naillard

Documentation, Simulation and Arduino/Raspberry Pi design and models

  • 2K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 29 Jun 2015

smartfarm ROBOT TEC

Version 1.0.0 by 지석

path tracking use reinforcement Learning strawberry classification

  • 19 (All time)
  • 2 (Last 30 days)
  • -- / 5
  • Community
  • 30 Jul 2024

Simple Viewer 3D

Version 1.2.0.0 by Alberto Gomez

Simple 3D / 4D Medical Image Viewer

  • 1.5K (All time)
  • 2 (Last 30 days)
  • -- / 5
  • Community
  • 13 Apr 2021

Generate and Crop Fibers

Version 1.0.1 by Ayad Al-Rumaithi

Generate random fibers inside a box, then crops the fibers into smaller box

  • 32 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 22 Sep 2024

Line Segment and Box Intersection

Version 1.0.4 by Ayad Al-Rumaithi

Finds the intersection between a line segment and a box (cuboid)

This function finds the intersection between a line segment and a box (cuboid). Example file is provided.function [xl2,yl2,zl2]=Line_Box_Intersection(xb,yb,zb,xl,yl,zl)Input:xb=[xb1 xb2]: x

  • 51 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 22 Sep 2024

Intersection of Line and Generalized Ellipse

Version 1.0.3 by e A

这个改进的函数用于计算直线与广义椭圆的交点。(This improved function returns the points of intersection between a line and a generalized ellipse.)

, C2).POST CONDITION: If (line does not intersect) NaN is returned. If a single point of intersection, (C1) = (C2) or one of the point is NaN. If two points of intersetion, two

  • 5 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 19 Jul 2024

showYs(action,varargin)

Version 1.2.0.0 by Pablo Borruel

Shows y-values of time series in 2D plots by clicking on the axes.

. By clicking repeatedly on different x positions, the labels and reference line come and go.After clicking on top of the reference line, it can be dragged together with the text boxes indicating the

- This function draws a vertical line that intersects the lines
  • 1.8K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 10 Mar 2017

RRT and RRT* for 3D

Version 1.0.0 by Sapthagiri Vasan

RRT and RRT* for 3D is done

- computes the intersection of a plane and a segment(or
  • 188 (All time)
  • 1 (Last 30 days)
  • 3.3 / 5
  • Community
  • 24 Jan 2022

MasonMesh

Version 1.0.0 by jinyan zhao

A structured FEM mesh generator for masonry facades with the capability to mesh openings and partition walls.

  • 18 (All time)
  • 2 (Last 30 days)
  • -- / 5
  • Community
  • 16 Jan 2023

Fast and Robust Curve Intersections

Version 3.0.0.0 by Douglas Schwarz

Computes intersection points of two curves.

This function computes the (x,y) locations where two curves intersect. The curves can be broken with NaNs or have vertical segments. It is also very fast (at least on data that represents what I

- Intersections of curves.
  • 44.6K (All time)
  • 19 (Last 30 days)
  • 4.9 / 5
  • Community
  • 31 May 2024

Generate random line segments without intersecting

Version 0.7.1 by Jiexian Ma

line segment = edge = short fiber

- : generate random line segments (=edges) without intersecting
  • 102 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 7 Apr 2025

MUCOS

Version 1.0.0.0 by Costas Panagiotakis

Detecting Common Actions in Motion Capture Data and Videos

- LINESEGMENTINTERSECT Intersections of line segments.
  • 117 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 13 Feb 2018

Detection of percolation of nanotubes (straight line)

Version 1.0.0 by Abdul Sattar

the code helps find weather, a network of randomly deposited straight line (nanotubes or whatever) in a defined area, percolate or not?

the code helps find weather, a network of randomly deposited straight line (nanotubes or whatever) in a defined area ( a substrate), percolate or not. If percolate how strong is network. method may

- Intersections of line segments.
  • 32 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 12 Nov 2020

Intersection of two lines (a fast parametric method)

Version 1.1.1.0 by Preetham Manjunatha

A fast two-line intersection point-based in parametric space. Finds the intersection point between two lines if it exists.

# Intersection of two lines (LinexLine)[![View Intersection of two lines (a fast parametric method) on File

  • 1.4K (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 16 May 2025

Curve Intersect 2

Version 1.0.0.0 by Sebastian Hölz

Finds the intersection points between two arbitrary polygons.

GeneralThis file is based on the Curve Intersect function by Duane Hanselman. It extends the scope of the function to handle arbitrary lines / polygons, which may also have vertical segments or

  • 11.5K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 16 Feb 2007

Plane and Line Intersection

Version 1.0.0 by Lukas Setiawan

computes the intersection of a plane and a segment(or

As on picture, here we can see line through the plane, so we can found the intersection coordinate, have fun....

- computes the intersection of a plane and a segment(or
  • 44 (All time)
  • 1 (Last 30 days)
  • 1.0 / 5
  • Community
  • 20 Dec 2021

two2DLineIntersection

Version 1.0.1 by JONATAN RODRIGUEZ VAZQUEZ

Extract the intersection point between two 2d lines, each line defined by two points.

  • 7 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 31 May 2021

Fast and Robust Self-Intersections

Version 1.0.0.0 by Antoni J. Canós

Computes the self-intersections of a curve.

This function computes the locations where a curve self-intersects in a fast and robust way. The curve can be broken with NaNs or have vertical segments. Segments of the curve involved in each of the

  • 2.6K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 13 Dec 2006

Surface Intersection

Version 1.0.0.0 by Jaroslaw Tuszynski

Intersection of two triangulated surfaces

algorithm was expanded to include calculation of the intersection surface, in addition to boolean matrix cataloging which triangle from one surface intersects with which triangle in the other surface

  • 4.4K (All time)
  • 4 (Last 30 days)
  • 4.8 / 5
  • Community
  • 1 Dec 2014

plane intersection

Version 1.1.0.0 by Nassim Khaled

It computes the intersection of two planes in space.

point that lies on the interection straight line.% N is the direction vector of the straight line% check is an integer (0:Plane 1 and Plane 2 are parallel' % 1:Plane 1

- plane_intersect computes the intersection of two planes(if any)
  • 4.9K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 2 Apr 2011

Load more