Intersection is term that relates to descriptive geomethry and functions. Intersections are points which are included in multiple objects. They are intersections of object they belong to.

learn more… | top users | synonyms

1
vote
1answer
33 views

plot x-y plot of words which match across two lists (string version of plt.scatter)

I don't really know how to start with this at all. I have two lists of strings: ['a','b','c','d'] ['a','c','g','e','f'] I would like to make a plot (using imshow perhaps) of the two lists of words, ...
0
votes
1answer
26 views

Changing states when entities intersect

I am making a maze that the player has to navigate with the mouse, but they lose when the hit a wall. I want to make sure the player has the mouse in the right place to start, so I am trying to switch ...
0
votes
0answers
24 views

Ray world position to local position

I've got a little problem with my picking module and I need your help. I have a method to project a ray from the camera to a fixed point when I click somewhere. The computed ray looks good, it go to ...
0
votes
1answer
23 views

Finding common elements (intersections) between arithmetic progressions with different variables

This question could be posted as a math question, but since I want to implement this I thought this would be a better place. I have a problem I need solve and I'm trying to solve it the best way ...
-1
votes
1answer
43 views

Points of intersection in R

This might be a stupid question... I've two vectors containing Y coords X is simply 1:8 I've added the lines to a plot area and would like to identify the point of intersection of the two lines. ...
5
votes
2answers
63 views

Intersection of a mesh with a parametric surface

I'm wondering how a precise algorithm can be written to compute the frontier of the surface of intersection between a parametric surface f : R^2 --> R^3 and a triangulated mesh. I've thought to a ...
1
vote
4answers
25 views

PHP Determining intersection between arrays within multidimensional array

I have a multidimensional array containing three arrays and an array of id's within each. Here is what it looks like: $data = array( 'first' => array(1,2,3,4,5,6), 'second' => ...
0
votes
1answer
20 views

Checking intersection between two Path2D's

I have two Path2D objects in my game, one for the player and one for a tentacle that one of the bosses will have. I need to use Path2D because I want the bound to rotate together with the ...
-1
votes
1answer
28 views

Mysql intersection of two subsets

I'm wondering if anyone can help me to solve the problem that I meet. :) I have a table with articles, named article and also I have a table commonarticletechnique where I save all the techniques ...
-2
votes
0answers
31 views

get vertcises of shape splitted by line

having a shape (not circle) splitted by a line i want to get the points from one side and the points from the other. all the vertices are known. More specifically the shape could be a rectangle a ...
-1
votes
0answers
36 views

Get intersection points of shape and line [duplicate]

I want an algorithm for getting intersection points of a shape and a line. The shape is a polygon defined from a Point[] array with all its points. The line is defined from two points. So what I want ...
0
votes
0answers
37 views

TreeSets user input > union, intersection and difference

I'm trying to create two treesets java (using jcreator) and get their union, intersection and difference. whats the catch ? the treesets should be entered by the user and both are closed in ...
-1
votes
1answer
60 views

Matplotlib Axes3d, line intersect with 2d object

I am trying to do this but in 3d and using a 2d circle instead of a box. I have a line starting between the two points [ (0,0,0), (3,4,5) ] and I want to see if it intersects through circle = ...
1
vote
0answers
19 views

MySQL multiple intersection with self performance

For simplicity, let's say we have a table with two columns: uid (user id) and fruit, describing what kinds of fruit a user likes. E.g.: uid | fruit ----|------------ 1 | Strawberry 1 | Orange ...
0
votes
1answer
44 views

CAShapeLayer Line drawing

I am drawing line over 5 custom uiviews (Like UITableView rows) from one position to another (X,Y axis) using CAShapeLayer. My issue is that I want to know that what view the CAShapeLayer (line in ...
0
votes
2answers
73 views

Return a rectangle from an rectangle intersection?

Been struggling to come up with a solution to return a rectangle representing the actual intersection between two rectangles. What I am looking for is much like this: MSDN - Rectangle::Intersect ...
0
votes
1answer
72 views

Ray tracing ray-disk intersection

So I'm trying to write code that sees if a ray intersects a flat circular disk and I was hoping to get it checked out here. My disk is always centered on the negative z axis so its normal vector ...
2
votes
1answer
82 views

finding the intersection where multiple 3D parametric equations meet

I have some 3D parametric equations that I plot in matlab/octave and would like to find out where they intersect how can I go about doing this. Please note this is just a simple example I plan on ...
-2
votes
0answers
66 views

Python draw circles and find intersecting points [closed]

I have a geometrical problem needs to be solved. I need draw circles at python and find the intersection points of two circles in terms of x,y. DETAILS; I have a problem, similar to gsm triangulation ...
0
votes
1answer
42 views

javaFX intersection bug

I have a problem in my app. I draw lines and points with the help of mouse and I need to detect wether I intersect the line or get the point. And with points it works well, but with lines it doesn't ...
1
vote
1answer
79 views

In Python, how can I get the intersection of two lists, preserving the order of the intersection?

I have a list of lists ("sublists") and I want to see if the same sequence of any unspecified length occurs in more than one sublist. To clarify, the order of items must be preserved - I do not want ...
1
vote
3answers
37 views

Union and Intersection of data

I have three tables: user id | name ------------------ 1 | Foo 2 | Bar 3 | Baz group_type id | name ------------------ 1 | Group 1 2 | Group 2 3 | Group 3 4 | Group 4 5 | Group 5 ...
0
votes
0answers
30 views

Creating a new MKPolygon from two intersecting polygons

I know that there is exactly one specific question that talks about this but its a bit old and I wanted to get a little more technical about it if possible. First of all take a look at this ...
-1
votes
2answers
140 views

How to calculate the point of intersection between two lines

I am attempting to calculate the point of intersection between lines for a Optical Flow algorithm using a Hough Transform. However, I am not getting the points that I should be when I use my algorithm ...
0
votes
1answer
74 views

Per-vertex reflection and intersection calculation, OpenCL vs GLSL

I have to calculate the visibility field of a mirror on a plane (i.e: the floor). The mirror surface is composed of several triangles (up to fewer thousands). Each vertex define a mirror point, ...
0
votes
0answers
29 views

The mesh contains self intersecting faces after mesh smoothing

all I obtain an triangle mesh after the reconstruction process. To remove the noise, I try to smooth the mesh. Some triangles appear dark in MeshLab after the smoothing operation. The smoothing ...
2
votes
2answers
60 views

How to speed up array intersection in Java?

Arrays below are sorted without duplicates (contain unique positive integers) of small size (less than 5000) and intersection (see below) is called billion of times so any micro-optimization does ...
0
votes
1answer
49 views

Find intersection by 2 vectors on the globe

I am trying to calculate intersection GPS coordinate by 2 vectors. Vector#1 is created by (longitude#1, latitude#1) and (longitude#2, latitude#2). Vector#2 is created by (longitude#3, latitude#3) and ...
0
votes
0answers
15 views

How to intersect 2 lines with Clipper Library

I´m trying to intersect 2 lines with the Clipper Library Clipper Library In C++ Language. The problem is that i cant get a valid solution, no points are calculated when intersection. I´d like to ...
0
votes
1answer
67 views

Can the intersection of int[] array and BitSet be faster?

In Java, I have a BitSet bigger in size than an array (100000 > 2000). Array contains positive integers from range [1; 100000]. I want to intersect given array and bitset. Obviously intersection ...
1
vote
0answers
46 views

Unmatched intersected line coordinates in 2D array coordinate

In the link here I described about this problem as a primary description. That will help me to explain the description of below mentioned problem. Here, I have 2D array with some values , let's say, ...
0
votes
1answer
82 views

c# rectangle intersect wrong result point

i have 2 rectangles, i want to know left top point of intersect + width & height //image Rectangle rectangle1 = new Rectangle(121, 74, 614, 240); //crop area Rectangle rectangle2 = new ...
8
votes
1answer
316 views

Finding the intersection of two 3D polygons

a.k.a. Polygon clipping algorithm in 3D a.k.a. Finding the collision manifold between 2 colliding polygons Most algorithms for polygon clipping are described in detail for 2D and described as being ...
1
vote
3answers
88 views

Common elements of vectors with multiple elements in r

How to efficiently find common elements of two vectors with duplicate elements? Example: v1 <- c(1, 1, 2, 3, 3, 4) v2 <- c(1, 1, 1, 3, 4, 5) commonElements <- c(1, 1, 3, 4) intersect ...
0
votes
1answer
57 views

collision test for 2d polygon physics

I want to do some 2D rigid body (polygon) physics and I've found an elaborate equation to calculate the collision response. But, before that I would need a good way of finding 'input' to that ...
0
votes
1answer
131 views

Distance for each intersected points of a line in increased order in 2D coordinate

I am calculating the distance between A(x0,y0) and B(x1,y1) points in a 2D (x,y). I have the following code which represents intersected points of each cell in the given two boundary points, A(x0,y0) ...
0
votes
0answers
34 views

Check for intersection between line segments in path [duplicate]

I have tested several ways how to detect if two lines within a path intersects with each other, but none of them have worked for me. And this last code that I show below, doesn't work either because ...
1
vote
1answer
50 views

intersection of voronoi diagram with a line

Is there a computationally efficient way to determine the points of intersection of a straight line with all the edges of a given Voronoi tessellation in a rectangular plane area? Thanks
0
votes
1answer
136 views

Calculation of intersections between line segments

There's a lot of questions about intersections between line segments here at stackowerflow and here is one more! Sorry, but I need help to understand how to calculate intersections. I have read ...
0
votes
1answer
97 views

R, Igraph. graph.intersection--How do I keep vertex/edge/graph attributes when finding the intersection of two graphs?

I am finding the intersection of two graph objects, and I would like the resulting graph to have vertex ids and/or names. Here is basically what I have. My two graphs, g1 and g2, are undirected ...
1
vote
1answer
145 views

WPF how to check Geometry intersections when transformations is applied?

I have few canvas objects with random size and applied RenderTransform angle. Inside canvas i have geometry object (lines). I am using binding for width and height to forse path to fill parent canvas ...
0
votes
1answer
45 views

Get vertex-coordinates of an image with the help of canvas imageData

I need to get the position of each edge for some sprites and have no idea how to accomplish this. Here's an example image of what I mean: I tried something with canvas and getImageData but not ...
0
votes
1answer
37 views

getting last double before two sprites collide

I need to make it so that when sprites that I have created collide with each (I have already figured out the collision) other they teleport to the last x and y position they were on before they ...
1
vote
2answers
65 views

How to combine python lists, with shared items, into new lists

I am new to python and I hit a roadblock. I have a python list that contains a single list on each line. Basically, I would like to combine lists that share values among lists. For example, below ...
0
votes
1answer
46 views

2D Point in triangle test implemented on Android

I want to determine if a 2D point is inside a triangle using pure java on the Android platform. I reserve a special bonus for using the same representation for 2D points that is used in Android for ...
1
vote
3answers
65 views

python intersection initial state standard practice

Example: complete_dict = dict() common_set = set() for count, group_name in enumerate(groups_dict): complete_dict[group_name] = dict() # grabs a json file = group_name.json if count > 0: ...
0
votes
1answer
44 views

Raytracer won't render more than one instance of an object

I'm writing a raytracer in C++ and I'm having quite a bit of trouble understanding why my output images don't contain all of the objects that should be there. Namely, I'm working with spheres and ...
0
votes
1answer
74 views

Intersection of rectangle java [closed]

My teacher wants me to find the intersection between 2 rectangles I create. please help me figure out why this doesn't run. the error i get says cannot find variable bottom. public class Rectangle { ...
0
votes
0answers
35 views

Falling off if intersecting right, but not left - Java

I have a little question, I am currently testing out my coding skills, I want to see if I can make a game. But I have ran into this problem which I have no idea of how to fix it. My problem is: I have ...
0
votes
0answers
56 views

Multiple block intersection Java

Okay, so basicly I am making a 2D game, I am using tiles to place my blocks, it's from the side, so mario-like. Everything is pretty much going ok, except for the detection of intersecting blocks, I ...

1 2 3 4 5 12