Skip to main content

Questions tagged [computational-geometry]

The study of computer algorithms which admit geometric descriptions, and geometric problems arising in association with such algorithms. The two major classes of problems are (a) efficient design of algorithms and data classes using geometric concepts and (b) representation and modelling of curves and surfaces.

0 votes
1 answer
60 views

The algorithm in question is from this webpage. The complete algorithm from this webpage is as follows: ...
lokit khemka's user avatar
3 votes
1 answer
206 views

This question is related to my previous posts about overlapping circles, like this one. Another way of overlapping 3 circles looks like this: Once again, my question is, "How can these 3 circles ...
mdahlman's user avatar
  • 161
4 votes
0 answers
84 views

I have a set of $n$ points in the plane and I want to find the smallest circumscribed circle that contains them. By circumscribed I mean that the circle must pass through $3$ of the points. Brute ...
user avatar
0 votes
3 answers
212 views

I'm mainly a programmer, not a mathematician, so please bear with me. I have a sequence of rectangles in 3D space. Each one has a specified pose: position, an orientation (rotation in 3D), and a width ...
Luke B.'s user avatar
  • 111
3 votes
0 answers
83 views

Let $D\subset\mathbb{R}^{2}$ be a bounded, open, connected polygonal domain whose boundary decomposes (unknown to the observer) as a disjoint union $$ \partial D \;=\; U \,\sqcup\, W $$ where $U$ is ...
user avatar
0 votes
0 answers
57 views

Given a set of $n$ rectangles $[a, b] × [c, d]$ in a cartesian coordinate plane, calculate the area of their union. My first thought of this problem is by using a simple sweep line algorithm plus a ...
Fam's user avatar
  • 1
3 votes
1 answer
101 views

I am working on some problem on toric arrangements at the crossroad between topology, combinatorics and algebraic geometry. $\textbf{Setting}$ Let $m,n\geq1$ and let \begin{equation*}\mathcal{S}=\left\...
snaleimath's user avatar
0 votes
0 answers
59 views

I need to calculate the volume (and centroid, but techniques for both seem to be fairly similar) of the intersection between the unit cube defined by $0 \leq x,y,z \leq 1$ and the halfspace defined by ...
Sneftel's user avatar
  • 829
1 vote
2 answers
101 views

I am looking for a way to divide a 2D polygon (possibly with a complex shape, like an "H". These are actually floor layouts of buildings) into several connected sub-regions, where each ...
Rojj's user avatar
  • 119
0 votes
0 answers
16 views

Theorem in question: I understood the first part, I don't understand the converse. Why can we assume that for all $v \in V_{ij}$ point $w_i$ is the nearest neighbor? Can't we say that $w_i$ or $w_j$ ...
Shrihan Pande's user avatar
1 vote
0 answers
47 views

When a polygon is convex, its medial axis a.k.a. topological skeleton is particularly simple: there are no curved parts; it looks like an undirected tree whose internal nodes are all those points in ...
Don Hatch's user avatar
  • 1,363
1 vote
0 answers
29 views

I have discovered two quantities that are very easily computable from the vertex coordinates of a plane quadrilateral which allow to check directly if the quadrilateral is convex, concave, or self-...
Ale's user avatar
  • 11
0 votes
1 answer
95 views

Given a cubic Bézier curve with control points P0, P1, P2, P3, is there a way to determine whether it approximates a circular arc using only those four points — without evaluating the curve at ...
jwezorek's user avatar
  • 279
0 votes
0 answers
34 views

I know the conic combination is A set $C \subseteq \mathbb{R}^n$ is a cone if: $$x \in C \Rightarrow \lambda x \in C \quad \text{for all } \lambda \geq 0$$ Let's take two non-zero, non-colinear ...
vaibhav sharma's user avatar
0 votes
2 answers
112 views

I have four 3D points A , B , C , D that define a quadrilateral (assumed to be convex) on the surface of a unit sphere (i.e., all points lie on the sphere centered at the origin). These points define ...
BRUCE's user avatar
  • 105

15 30 50 per page
1
2 3 4 5
85