ILNumerics Ultimate VS

SpecialDatasphere Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Create surface data of a sphere

[ILNumerics Core Module]

Namespace:  ILNumerics
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static void sphere(
	int n,
	OutArray<double> X,
	OutArray<double> Y,
	OutArray<double> Z
)

Parameters

n
Type: SystemInt32
Number of facettes per angle
X
Type: ILNumericsOutArrayDouble
[Output] X coords
Y
Type: ILNumericsOutArrayDouble
[Output] Y coords
Z
Type: ILNumericsOutArrayDouble
[Output] Z coords
Remarks

[ILNumerics Core Module]

See Also

Reference