Click or drag to resize

UnitSphereDistributionNextDoubles Method

Generates the next point (x, y, z) uniformly distributed on the unit sphere.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public void NextDoubles(
	out double x,
	out double y,
	out double z
)

Parameters

x  Double
Receives the x-coordinate.
y  Double
Receives the y-coordinate.
z  Double
Receives the z-coordinate.
See Also