Skip to main content

Questions tagged [computational-geometry]

Questions on constructing graphical objects using relatively complex computations relating to the mathematical structures defining those objects. Examples include convex hulls, Voronoi diagrams, Delaunay triangulations, mathematical constructions, symmetries, genuses of curves and graphs and programmatic constructions of polyhedra.

2 votes
2 answers
204 views

Quadrilateral $ABCE$ is a parallelogram. Point $D$ lies on segment $AE$. The diagonals of quadrilateral $ABCD$ intersect at point P. If $△ABP∼△CBD$ and $AB<BC$, find the ratio $\frac{AB}{BC}$. The ...
King.Max's user avatar
  • 345
6 votes
3 answers
454 views

I want to be able to turn the 1-skeletons from the Goldberg Graphs into polyhedrons. An example is to turn this tetrahedral goldberg graph on the left into the polyhedron on the right: which was ...
Romogi's user avatar
  • 687
5 votes
3 answers
327 views

This is the simple geometry problem I want to solve: In triangle ABC with side lengths a, b, c respectively, there is a point D on side AB, where AD = d. Find the length of CD. When solving this ...
King.Max's user avatar
  • 345
3 votes
1 answer
118 views

In the new version of Mathematica, there is a new function called GeometricSolveValues that can solve for unknown geometric quantities in a geometric scene with ...
King.Max's user avatar
  • 345
5 votes
3 answers
364 views

Consider this toy model: a list 100,000 simple point sets, and we Map WindingPolygon over it: ...
Anton's user avatar
  • 2,072
3 votes
0 answers
183 views

Related MSE post I'm trying to make Mathematica demonstration of the paper The expected volume of a random polytope in a ball. In the $d$-dimensional Euclidean space $E^d$ ($d \geq 2$), consider the ...
Ahamad's user avatar
  • 1
6 votes
1 answer
272 views

Given two closed shapes, I want to see if there exists a 'film' between the two shapes and if one exists what they are for various solutions where the film is formed by non-intersecting straight lines ...
Romogi's user avatar
  • 687
5 votes
3 answers
472 views

I have a collection of points $p_1,\cdots, p_n$ in 3d that defines a discrete space curve. I wish to compute/approximate the discrete-analog of the Frenet-Serret system/frame without interpolating to ...
Daniel Castro's user avatar

15 30 50 per page
1
2 3 4 5
53