Advertisement

Check out our new and improved Advanced Search! We have added additional search options and the ability to save your searches.
 
Enter Keywords:
 
1 - 10 of 41(0 seconds)
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.4
Hello, As part of a project i have been asked to create a program to produce 3d objects from 2 dimentional profiles via a volume sweep. Can you tell me how to do this in Delphi, the code i am u...
Zones: Delphi ProgrammingDate Answered: 04/06/2004 Views: 0
My requirements: --The program must be able to visually rotate a figure to veiw all possible angles of    the displayed 3-D structure by clicking on the figure and draging it --The program must...
Zones: C#Date Answered: 11/30/2004 Views: 0
Does anyone know of a tutorial anywhere that shows how to make a shiny golden sphere?  Any shere that I have tried to make using gradients just looks yellow, I'm looking for a real polished golden ...
Zones: Adobe FireworksDate Answered: 10/27/2005 Views: 0
hey experts, I don't want to wait until i get home (and can check my physics book), so i'm asking you all: If  There is a sphere(ish) object about 21,600 nautical miles in circumfernceThus ...
Zones: Math & ScienceDate Answered: 04/24/2006 Views: 0
I'm not really a graphics artist, per-se, but I've done a bit of web design so I've dabbled with my fair share of graphics. In the past, I've used things like Photoshop and Fireworks, but I believe...
Zones: Web Graphics Software, GraphicsDate Answered: 09/18/2006 Views: 8
anyone got any opengl code to programaticly generate a sphere?
Zones: C++Date Answered: 05/06/2002 Views: 5
Hi, Is there an easy way (a supplied function or so) in DX8 to set the view matrix so that the viewer will be able to move around (as on a sphere) an object in all directions always facing the c...
Zones: 3D Game ProgrammingDate Answered: 08/09/2001 Views: 0
Anybody can guide in how to draw a translucent sphere? Pls show my some code. Thanks.
Zones: 3D Game ProgrammingDate Answered: 02/03/2004 Views: 0
Given a vector, v, and a sphere at point p, with a radius r: at what point will the vector hit the sphere (if any), and what will the new vector be, after the collision ?
Zones: Math & ScienceDate Answered: 01/23/2006 Views: 0
I've written up this class: class sphere:     def __init__(self, radius):         surfaceArea = 4.0 *  pi  * radius ** 2         volume = 4.0 / 3 *  pi  * radius ** 2     def getRadius(s...
Zones: PythonDate Answered: 04/29/2006 Views: 0