radial

Looking for a radial coordinates description of gear teeth.

I don't need a physically accurate function, but something that hints at the involute curves, etc. I was just using r = 2 + sin^2, which gets the idea across, but it looks like - ahem. Googling around, you can find plenty of information on how to draft a 'correct' gear, but nothing in the way of a bare-bones approximation. EDIT: The ...

Is there an open source radial diagram class for .net or php?

I cannot find any libraries that will produce a radial diagram. I said .net or php, but it could be jQuery and I pull back data from a web service for it. I don't know how to implement it yet. I am just looking for a radial diagram open source project. I have searched and couldn't find anything. I am aware of mind map but couldn't s...

How do you make a radial diagram?

Does anyone know how to create a radial diagram in .net, java, ruby, php or python? I don't care which. I have asked before for a library and searched everywhere. I cannot find anything. If I am going to build my own I thought I'd check and see if anyone knew of a resource. The preference is to display it in a web page, if possible....

Python networkx 2D radial plotting

How do you make a graph in networkx such that its layout is 2D, radial, and the edges are plotted in increasing edge lengths or weights? ...

How to simulate fisheye lens effect by openCV?

I am looking for ways to create fisheye lens effect, looked at documentations for openCV, it looks like it contains Camera Calibration functions for radial distortions like fisheye. Is it possible to simulate fisheye distortion by openCV? If it is possible to do it by openCV, comparing to openGL, which one will generate better results?...

Radial Grid Search Algorithm

I'm sure there's a clean way to do this, but I'm probably not using the right keywords for find it. So let's say I have a grid. Starting from a position on the grid, return all of the grid coordinates that fall within a given distance. So I call something like: getCoordinates( currentPosition, distance ) And for each coordinate, star...

Does Imagick Support Radial Gradients ?

Hi, PROBLEM When using Imagick::newPseudoImage to create a radial gradient, this error appears in the Apache HTTP error log and the radial gradient is not created: PHP Fatal error: Uncaught exception 'ImagickException' with message 'Unable to create new pseudo image: radial-gradient:#FF0000-#FFFFFF' in /var/www/html/energy/s...

How to implement a Radial/Pie Menu in CSS3?

I would like to implement a radial menu using CSS3 transforms animations similar to the third demo in this page. There is an implementation in jQuery using canvas Radmenu but it doesn't move as fluidly as the flash one. First question would be: is this feasible? if possible using only 2D transforms and animations so it works in more pla...

Use Radial Panel in Listbox, throwing exception VisualTree Single Element

Hi Guys, I have a very simple radial panel with a few dependency properties like so: public static readonly DependencyProperty RadiusProperty = DependencyProperty.Register("Radius", typeof(double), typeof(CircularPanel), new PropertyMetadata(50.0, new PropertyChangedCallback(RadiusChanged))); private static void RadiusChanged(Dependen...