Tagged Questions
3
votes
2answers
388 views
Lat/Long grid points covered by projecting rectangle onto sphere
Before my question proper, a little background: I'm wanting to optimise some computer rendering by eliminating the drawing of things that aren't visible given the current view.
Suppose we have a ...
3
votes
2answers
88 views
How do I apply a digital filter to points on a sphere
Given a set of points on a sphere, how can I implement a higher order low pass filter on them?
At the moment, I am just multiplying the vectors from the input and output set by their weights and ...
0
votes
2answers
410 views
Vertices of intersection between N spheres
Just wanted to know what is the best algorithm (in terms of speed and accuracy) to determine the intersection of N spheres (in 3D). With intersection I mean the following; in 2D and in the case of two ...
3
votes
2answers
202 views
What is the average rotation angle needed to change the color of a sphere?
A sphere is painted in black and white. We are looking in the direction of the center of the sphere and see, in the direction of our vision, a point with a given color. When the sphere is rotated, at ...
1
vote
2answers
179 views
Calculating probabilities on a spherical map
A black and white colored sphere is given.
We are looking at a random starting point on the sphere below us, which has a certain color. A random rotation can change the color of the spot below us.
...