CircumcentreSolverΒΆ

class CircumcentreSolver : System.Object

Given four points in 3D space, solves for a sphere such that all four points lie on the sphere’s surface.

readonly System.Double[] Centre

The centre of the resulting sphere.

Value:The centre.
readonly double Radius

The radius of the resulting sphere.

Value:The radius.
readonly bool Valid

Whether the result was a valid sphere.

Value:The valid.