Click or drag to resize
DigitalRuneGeometryHelperComputeCircumscribedSphere Method (Vector3F, Vector3F, Single, Vector3F)
Computes a sphere where all given points touch the surface.

Namespace: DigitalRune.Geometry
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public static void ComputeCircumscribedSphere(
	Vector3F point0,
	Vector3F point1,
	out float radius,
	out Vector3F center
)

Parameters

point0
Type: DigitalRune.Mathematics.AlgebraVector3F
The first point.
point1
Type: DigitalRune.Mathematics.AlgebraVector3F
The second point.
radius
Type: SystemSingle
The sphere radius.
center
Type: DigitalRune.Mathematics.AlgebraVector3F
The sphere center.
Remarks