I am creating a Three.js App. It is a 3D ISS Visualizer, and I am using this API to get the latitude, longitude and altitude of the ISS. My problem is ...
I am creating a Three.js App. It is a 3D ISS Visualizer, and I am using this API to get the latitude, longitude and altitude of the ISS. My problem is ...
I have a point on a sphere that needs to be rotated. I have 3 different degrees of rotation (roll, pitch, yaw). Are there any formulas I could use to ...
I want to plot a surface in spherical coordinates: There might be other mistakes but I cannot even check because I immediately get the following er ...
I am trying to use the spherical harmonics to represent a perturbation of a spherical object in an acoustic and fluid flow in 3D. So far, I have been ...
I would like to generate a sphere containing n euqal parts. For example, I want to divide my spherical surface into 36 X 36 parts. Therefore, it shoul ...
I have a 360 image (non three.js) system that outputs my Euler angles ( pitch (x), yaw (y) and roll (z) ) on rotation as "YXZ" order. The bounds of fo ...
I am having data visualization issue. Short summup, I'm working on a project involving a polar spherical coordinate mesh, and trying to solved coupled ...
I have three values : azimuth, elevation and an error value at that position. And from that I have a number of such 3 value combinations. So three arr ...
I need to generate a distribution of points inside a light cone, in the format of an ice cream cone.This distribution must follow a density function t ...
I am working on a project where I need to (as a 2d point) walk around a 3d sphere. I am having trouble figuring out how to achieve this without polar ...
So I'm new to Python and I'd like to convert a 3D-array containing cartesian coordinates to spherical coordinates. I have done this function that calc ...
I have several points on the unit sphere that are distributed according to the algorithm described in https://www.cmu.edu/biolphys/deserno/pdf/sphere_ ...
Healpix is a very useful software to do spherical analysis on a sphere. For example, we can use map2alm to analyze a Healpix RING ordered map and retu ...
I have been losing my sanity on this for a while now. Just disregard the part which is commented out (Not the problem). I am trying to do a 360 degree ...
I am using a motion tracking device equipped with a gyrometer/accelerometer/magnetometer. The device outputs its rotational orientation at any timepoi ...
I have a 3D sphere with points on its surface. These points are represented in spherical coordinates, so azimuth, elevation and r. For example my dat ...
I have a surface of points in XYZ (all Z are 0), and I map these points onto a Sphere. So I have an XYZ coordinate for each point on the sphere. What ...
I have two points, I need the distance between line AB & point C. Along with that I also want the length of AD where D is the projection/intersect ...
I have 2 angles, phi (left-right rotation) and psi (up-down rotation). I want to convert them to a single angle, which would be the equivalent of a qu ...
I need to convert a set of points from one spherical system to another rotated by 90 along the axis in the equatorial plane. I want to rotate the poin ...