Main Content

506 results in File Exchange

Curve intersections

Version 1.5.0.0 by NS

Fast computation of intersections and self-intersections of curves using vectorization.

While a few other functions already exist in FEX that compute the intersection points of curves, this short piece of code was written with speed being the highest priority. No loops are used

- INTERX Intersection of curves
  • 30.7K (All time)
  • 18 (Last 30 days)
  • 4.7 / 5
  • Community
  • 24 Sep 2010

Fast and Robust Curve Intersections

Version 3.0.0.0 by Douglas Schwarz

Computes intersection points of two curves.

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

Surface Intersection

Version 1.0.0.0 by Jaroslaw Tuszynski

Intersection of two triangulated surfaces

Function calculates intersection of any two triangulated surfaces using triangle/triangle intersection algorithm proposed by Tomas Möller (1997) and implemented as highly vectorized MATLAB code. The

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

Triangle/Ray Intersection

Version 1.7 by Jaroslaw Tuszynski

Fast vectorized triangle/ray intersection algorithm

Ray/triangle intersection using the algorithm proposed by Möller and Trumbore (1997), implemented as highly vectorized MATLAB code. The algorithm can work with one and two sided surfaces, as well as

  • 6.6K (All time)
  • 20 (Last 30 days)
  • 4.6 / 5
  • Community
  • 18 May 2018

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 mesh-mesh intersection using ray-tri intersection with octree spatial partitioning.

Version 1.5.0.0 by Thomas Seers

Fast mesh-mesh intersection based on ray-tri solution. Octree partitioning gives large speed-up.

% Putative points of intersection between each pair of surfaces are located% by assuming that each constituent mesh triangle edge represents an% infinitesimal ray, then solving the ray-triangle

- Find intersection line between mesh A and mesh B using ray-triangle
- Vectorized ray-triangle intersection algorithm of Muller and Trumbore
  • 1.2K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 16 Feb 2015

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

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

Fast and Robust Self-Intersections

Version 1.0.0.0 by Antoni J. Canós

Computes the self-intersections of a curve.

- SELFINTERSECT Self-intersections of a curve.
  • 2.6K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 13 Dec 2006

plane intersection

Version 1.1.0.0 by Nassim Khaled

It computes the intersection of two planes in space.

and Plane 2 coincide% 2:Plane 1 and Plane 2 intersect)% Example:% Determine the intersection of these two planes:% 2x - 5y + 3z = 12 and 3x + 4y - 3z = 6% The first plane is

- 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

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

Range intersection

Version 1.10.0.0 by Xavier Xavier

Mathematical intersection of range composed of a union of intervals

Purpose: Range/interval intersectionA and B two ranges of closed intervals written as vectors [lowerbound1 upperbound1 lowerbound2 upperbound2] or as matrix [lowerbound1, lowerbound2, lowerboundn

- Purpose: Range/interval intersection
  • 1.3K (All time)
  • 1 (Last 30 days)
  • 4.8 / 5
  • Community
  • 30 May 2012

Hardware accelerated ray-triangle intersection

Version 1.2.0.0 by Thomas Seers

GPU portable implementation of the ray-triangle intersection method of Moller and Trumbore (1997)

% Ray-triangle intersection algorithm of Muller and Trumbore (1997)% formatted for arrayfun to allow hardware acceleration% Call with gpuarray and arrayfun to execute on the GPU: thjs% may give two

- Ray-triangle intersection algorithm of Muller and Trumbore (1997)
  • 865 (All time)
  • 2 (Last 30 days)
  • 4.8 / 5
  • Community
  • 13 Feb 2015

MINTERSECT -- Multiple set intersection.

Version 1.0.0.0 by David Fass

A generalization of INTERSECT to handle multiple inputs.

- MINTERSECT Multiple set intersection.
  • 5.5K (All time)
  • 2 (Last 30 days)
  • 4.8 / 5
  • Community
  • 1 Nov 2004

Intersection Arbitrary Ellipsoid and a Plane

Version 1.0.0.5 by Sebahattin Bektas

This function computes the intersection any Ellipsoid and a Plane,

Arbitrary ELIPSOID and A PLANE INTERSECTION function[Aye,Bye,qx,qy,qz]=intersection_elipsoid_plane2(elp,plane) % Plane equation AA.x + BB.y + CC.z+ DD = 0% Standart Ellipsoid equation

  • 657 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 27 Jul 2023

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

- findintersection is a function for finding the intersection point of two lines (vectors)
  • 504 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 8 Sep 2011

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 (=

- calculate intersection point of two 2d lines specified with 2 points each
  • 1.6K (All time)
  • 2 (Last 30 days)
  • 4.2 / 5
  • Community
  • 13 Mar 2012

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

conics, the code will detect all their intersections.For instance:___________________%a circle centered in the originE1 = [1 0 0; 0 1 0; 0 0 -3]%an ellipse centered in the originE2 = [1 0 0; 0 3 0; 0 0

- intersectConicLine - given a line and a conic detect the real intersection
- intersectConics - intersects two non degenerate conics
  • 1.5K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 30 Aug 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).

Finding intersection point of lines in 3D space (two or more lines). Will return point with the minimum sum of squared distances from point to lines (LSM-method, using pseudoinverse). % PA :

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

Intersection of linear subspaces

Version 1.2.0.0 by Ondrej

Function for finding the basis of the intersection of N subspaces

This function returns the basis of the intersection of N subspaces defined by their bases, and the dimension of this intersection. The input basis vectors must be row vectors!Example:A = [1,1,-1,1

- Function for finding basis of the intersection of N subspaces
  • 760 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 6 Jul 2011

Cone-plane intersection

Version 1.1.0.0 by Sylvain Calinon

Compute the intersection of a cone and a plane, where the result is represented as an ellipse

This function computes the intersection of a cone and a plane, where the result is represented either as an ellipse or in the form of a Gaussian distribution.This algorithm can be used to extract

- % This function computes the intersection between a cone and a plane, and
- % Intersection between a cone and a plane.
- % This function computes the Probability Density Function (PDF) of a
  • 2.9K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 24 Jul 2009

Ray/Triangle Intersection

Version 1.0.0.0 by Jesús P. Mena-Chalco

Ray/triangle intersection using the algorithm proposed by Möller and Trumbore (1997)

Ray/triangle intersection using the algorithm proposed by Möller and Trumbore (1997). The zip file includes one example of intersection.References:[1] "Real Time Rendering". Third Edition. Tomas

- Ray/triangle intersection using the algorithm proposed by Möller and Trumbore (1997).
- TEST: Ray/triangle intersection using the algorithm proposed by Möller and Trumbore (1997).
  • 4.4K (All time)
  • 4 (Last 30 days)
  • 4.5 / 5
  • Community
  • 18 Aug 2009

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)

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

- Function to compute the intersection point between two lines of the 3D or 2D spaces.
  • 198 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 16 Jul 2024

Vehicle Dynamics GUI

Version 1.0 by Andoni Medina Murua

This is a Graphical User Interface to calculate the Yaw Moment Diagram and Phase Portrait of a vehicle based on the bicycle model.

- Intersections of curves.
  • 1.4K (All time)
  • 4 (Last 30 days)
  • 5.0 / 5
  • Community
  • 5 Mar 2021

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

Finding zeros and intersections

Version 1.0.0.0 by Patrick

With data (x,y), the function finds "x" that correspond to y=y0.

  • 834 (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 3 Dec 2009

Curve Intersect 2

Version 1.0.0.0 by Sebastian Hölz

Finds the intersection points between two arbitrary polygons.

segments with non-increasing x-values.DescriptionCalculate the intersection points of two 2D-lines / polygons.Usage[X,Y]=CURVEINTERSECT(H1,H2) or [X,Y]=CURVEINTERSECT([H1 H2

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

2D Polygon edges intersection

Version 1.0.0.0 by Bruno Luong

Find the intersection points of the edges of two 2D polygons

Find the intersection points of the edges of two 2D polygons, a simple function made to follow up a Newsgroup discussion

  • 2.7K (All time)
  • 1 (Last 30 days)
  • 4.0 / 5
  • Community
  • 20 May 2010

Plotting intersection curves for implicit surfaces

Version 1.0.0.0 by Leif Persson

Plot intersection curves for implicit surfaces

Implicit surfaces can be plotted with the isosurface function, but to my knowledge there is no function for plotting the intersection curve between two implicit surfaces. The isocurve3 function

  • 144 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 2 Mar 2016

Nagel Schreckenberg-based Signalized Intersection

Version 1.1.0.0 by Alexander Farley

A simulation of a 4-way signalized intersection based on the Nagel Schreckenberg model.

A simulation of a 4-way signalized intersection based on the Nagel Schreckenberg model. Extra rules are used inside the intersection to a) allow turns and b) prevent collisions. To get started, just

- Nagel-Schreckenberg signalized intersection model
  • 749 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 3 Jun 2013

type2_union_or_intersection

Version 1.0.0.0 by C. Jeganathan Pillai

In order to evaluate union or intersection operation under type2.

This function shall be used to evaluate the union or intersection between fuzzy sets or fuzzy relation under type2 category.For a complete understanding Please refer book by Dr. Jerry M. Mendel on

- THIS FUNCTION IS DEVELOPED BY C. JEGANATHAN, IIRS, DEPT. OF SPACE
  • 2.3K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 11 Nov 2002

Analytical intersection area between two circles

Version 1.0.0.0 by Guillaume JACQUENOT

Compute the intersection area between 2 circles. The function allows to evaluate the intersection ar

Compute the overlap area between 2 circles defined in an array Computation is vectorized, and intersection area are computed an analytical way. Input: Circles data presented in an array G of three

- Compute the overlap area between 2 circles defined in an array.
  • 3.8K (All time)
  • 3 (Last 30 days)
  • 4.9 / 5
  • Community
  • 14 Aug 2007

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

Version 1.1.0.0 by Josef

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

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

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

Matgraph

Version 1.0.0.0 by Ed Scheinerman

Toolbox for working with simple, undirected graphs

  • 9.7K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 17 Mar 2008

Polygon_Intersection

Version 1.1.0.0 by Guillaume JACQUENOT

This function computes n-times intersection region of shapes collection

This function computes n-times intersection region of shapes collection and allows to identify every intersection region in which shapes intersect.The function takes one argument as input, a

  • 5.9K (All time)
  • 1 (Last 30 days)
  • 3.9 / 5
  • Community
  • 19 Jun 2009

NLEVP

Version 4.0 by Francoise Tisseur

MATLAB toolbox providing a collection of nonlinear eigenvalue problems

- 10-by-10 QEP from intersection of three surfaces.
  • 492 (All time)
  • 4 (Last 30 days)
  • 4.5 / 5
  • Community
  • 10 Dec 2020

Ray/box Intersection

Version 1.0.0.0 by Jesús P. Mena-Chalco

Ray/box intersection using Smits' algorithm. The zip file includes one example of intersection.

Ray/box intersection using Smits' algorithmThe zip file includes one example of intersection.Author: Jesús MenaReferences:[1] "Efficiency issues for ray tracing". B. Smits. Journal of

- Ray/box intersection using the Smits' algorithm
- TEST: Ray/box intersection using the Smits' algorithm
  • 2.4K (All time)
  • 1 (Last 30 days)
  • 4.3 / 5
  • Community
  • 3 Mar 2010

Intersect2

Version 1.0.0.0 by Suri Like

Finds the intersection (common elements) of several (more than two) arrays

In MATLAB, there is a command called "intersect", which finds the set intersection (common elements) of two vectors. However, this command doesn't work if I want to compare more than two vectors and

  • 1.7K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 31 Mar 2008

Skeleton Intersection Detection

Version 1.0.0.0 by Alister Fong

Detects the intersection points of a skeleton image.

Detects the intersection points of a skeleton image after the binary image has been passed through the function "bwmorph" 'thin' option.

  • 7.7K (All time)
  • 2 (Last 30 days)
  • 4.3 / 5
  • Community
  • 18 Dec 2003

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

Multi-view intersection

Version 1.0.0.0 by Bashar Alsadik

Multi image intersection by interactive point measurements using bundle adjustment.

This code is developed to improve the previous code of stereo image intersection for more images. This is a bundle adjustment problem in Photogrammetry and computer vision and the solution is

- _____________________________________________ MULTI PHOTO INTERSECTION ________________________________________
- _____________________________________________ MULTI-VIEW INTERSECTION ____________________________________________________
  • 1.1K (All time)
  • 1 (Last 30 days)
  • 4.3 / 5
  • Community
  • 20 Jan 2014

Vehicle Traffic Patterns at an Intersection (SimEvents)

Version 1.6.0.1 by Devdatt Lad

Study vehicle traffic patterns at a street intersections to figure out best approach using SimEvents

There are two models in this submission.1. trafficpatterns - a simple model of vehicular traffic on four roads all leading to an intersection controlled by a traffic light. It turns green for each of

  • 5.3K (All time)
  • 2 (Last 30 days)
  • 3.8 / 5
  • Community
  • 1 Sep 2016

Surfaces Intersect

Version 1.0.0.0 by Manu

Intersection between triangulated surfaces

The functions evaluates the intersection between two triangulated surfaces

- SURFACESPENETRATE evaluates if triangles of surface 2 intersect with
  • 274 (All time)
  • 1 (Last 30 days)
  • 4.5 / 5
  • Community
  • 6 Mar 2016

Analyze N-dimensional Convex Polyhedra

Version 1.9.0.2 by Matt J

Find vertex or (in)equality forms of convex polyhedra in R^n (for n not super large). Also, compute their intersections and unions.

column vectors, respectively. The (in)equality representation expresses the polyhedron as the intersection of two regions. One region is a solid N-dimensional shape, described by the inequalities, while

- - computes a bounded convex polyhedron resulting from the
  • 6.6K (All time)
  • 6 (Last 30 days)
  • 4.9 / 5
  • Community
  • 21 Mar 2021

Optometrika

Version 2.3.2.0 by Yury

Optometrika MATLAB library implements analytical and iterative ray tracing approximation to optical image formation using Snell’s and Fresne

user-defined (general) surfaces is significantly slower due to iterative search of ray intersections with the surface. Thank you for downloading Optometrika, enjoy it!————————————————————List of

  • 11.8K (All time)
  • 7 (Last 30 days)
  • 4.8 / 5
  • Community
  • 18 Jan 2022

Planes intersection [FAST]

Version 2.3 by Nicolas Douillet

A function to compute the intersection between two planes of the 3D space.

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

- Function to compute the intersection between P1(M1,n1) and P2(M2,n2) planes of the 3D space.
  • 157 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 15 Jul 2024

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.

This program allows you to analyze the size of grains in a micrograph with the intersection method arranged in a user-friendly GUI.After loading the micrograph the program puts lines on the surface

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

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

FEATURE EXTRACTION FOR CHARACTER RECOGNITION

Version 1.5.0.0 by Dinesh Dileep Gaurav

EXTRACTS FEATURE VECTORS FROM SINGLE CHARACTER IMAGES

- this file should help me giving every starters and intersections in the
  • 18.1K (All time)
  • 2 (Last 30 days)
  • 4.7 / 5
  • Community
  • 20 Feb 2012

test intersection of 2 rectangles

Version 1.1.0.0 by timo

Hyperplane separation theorem Author: Dan Oprisan/Timofte Bogdan

- UNTITLED Summary of this function goes here
  • 536 (All time)
  • 2 (Last 30 days)
  • 4.7 / 5
  • Community
  • 29 Aug 2013

VANET node - RoadSide Unit scenario simulations

Version 1.0.0.0 by abhijeet uike

This file contains matlab simulations of nodal interaction scenarios in VANETs

intersection urban city block VANET node-VANET node interactions each file has a simulation and can be run independently. comments are added in the file for explanation. please feel free to ask

  • 3.6K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 21 May 2013

STL Lattice Generator

Version 1.4.0.0 by Marten

Lattice generator program in STL format for additive manufacturing

- INTERSECTLINECYLINDER Compute intersection points between a line and a cylinder
  • 5.2K (All time)
  • 21 (Last 30 days)
  • 5.0 / 5
  • Community
  • 27 Jan 2015

Optical_bench

Version 1.0.0.0 by Bjorn Gustavsson

Optical_bench - a simple ray-tracing tool for optical systems.

- OPT_INTERSECTION - Determine the impact point of an optical
- OPT_SPHEREINTERSECTION - intersection between a ray and a spherical lens surface
  • 10.1K (All time)
  • 4 (Last 30 days)
  • 4.6 / 5
  • Community
  • 29 Apr 2010

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

gibbonCode/GIBBON

Version 3.5.0 by Kevin Moerman

GIBBON: The Geometry and Image-Based Bioengineering add-ON for MATLAB

- Below is a demonstration of the features of the surface_intersect function
- Below is a demonstration of the features of the plane_intersect function
- Below is a demonstration of the features of the surfacePairIntersect function
- Below is a demonstration of the features of the polyLineIntersect function
  • 4K (All time)
  • 17 (Last 30 days)
  • 5.0 / 5
  • Community
  • 15 Jul 2024

AMebius-slicer(STL slicer, gcode generator for 3D print)

Version 0.2.0 by Wang Jack

A stl files slicer to generate gcode file for real printing

two adaptive algorithm(not guarantee accurate).Please use Cura to preview slice result before real printhttps://ultimaker.com/software/ultimaker-curaOne of key process triangle_plane_intersection is

  • 678 (All time)
  • 4 (Last 30 days)
  • 5.0 / 5
  • Community
  • 13 Jun 2021

VANET Toolbox: A Vehicular Network Simulator based on DES

Version 2.2.1 by Le Wang

The simulator, VANET Toolbox, currently support V2V communication with lane changing, car following activities. V2I is under development.

  • 4.9K (All time)
  • 4 (Last 30 days)
  • 5.0 / 5
  • Community
  • 10 Jan 2020

"boundary" class v2.1: a wrapper for surface objects

Version 1.2.0.0 by Kenneth Eaton

Adds functionality for fast detection of intersections between line segments and rendered surfaces

trajectory of projectiles and detecting when they have struck a surface. In the first version, I checked for a surface intersection by simply using interp2 to find the height of the ground beneath the

- INTERSECT Overloaded intersect command for boundary objects.
  • 2.2K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 25 Nov 2008

Load more