Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8921699
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T06:37:02+00:00 2026-06-15T06:37:02+00:00

I am using a 3D Voronoi library called MIConvexHull, which calculates a 3D Voronoi

  • 0

I am using a 3D Voronoi library called MIConvexHull, which calculates a 3D Voronoi diagram for a series of points in 3D space. However, it does not provide high-level information about the structure of the Voronoi diagram; the reported edges are simply a list of coordinate pairs which then have to have the circumcentre calculated.

Now the library provides an implementation of the circumcentre calculation for a series of 2D points. As you can see here, the coordinate pairs for the start (orange) and end (green) are shown:

Edge coordinate pairs

You can visually see that if you take the vertexes listed in each of the edges and you make a circle such that the circumference of that circle touches all of the edges, the centre is where the edge starts.

The problem that I have is that my points are 3D and thus it won’t be the centre of a circle that’s returned, but the centre of a sphere. Unfortunately, advanced mathematics is not something that my head can really handle that well, so I have no idea how to approach this problem.

How, given 4 points in 3D space, can I get the centre of a sphere such that all of the points lie on the surface of the sphere?

EDIT: In 3D, there will be 4 points provided, not 3.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T06:37:06+00:00Added an answer on June 15, 2026 at 6:37 am

    Here’s a Javascript implementation:

    http://www.convertalot.com/sphere_solver.html

    And some mathematical explanations:

    http://steve.hollasch.net/cgindex/geometry/sphere4pts.html

    The equation of the sphere … is given by setting the following determinant to zero:

    | x^2  + y^2  + z^2   x   y   z   1 |
    | x1^2 + y1^2 + z1^2  x1  y1  z1  1 |
    | x2^2 + y2^2 + z2^2  x2  y2  z2  1 | = 0.
    | x3^2 + y3^2 + z3^2  x3  y3  z3  1 |
    | x4^2 + y4^2 + z4^2  x4  y4  z4  1 |
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I got a big prob with mathematica(using version 8). Plotting a Voronoi Diagram is
Using MVC2 I have an AJAX form which is posting to a bound model.
Using TortoiseSVN against VisualSVN I delete a source file that I should not have
Using MVVM. I have a DataTemplate which I am using to display an expander
I want to compute Voronoi and its dual, Delaunay triangulation. I am using Watson
Using android 2.3.3, I have a background Service which has a socket connection. There's
Using CMake I want to check if a particular function (cv::getGaborKernel) from OpenCV library
I'm using some old C# code (specifically this Fortune's Voronoi graph algorithm ) in
I am trying to find the points with edge-adjacent Voronoi regions in a given
Using the Exiv2 library to write some exif tags to an image i'm running

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.