Method

NumCosmoMathSphereNNget

Declaration [src]

void
ncm_sphere_nn_get (
  NcmSphereNN* snn,
  const gint64 i,
  gdouble* r,
  gdouble* theta,
  gdouble* phi
)

Description [src]

Get the object i of snn.

Parameters

i

Type: const gint64

The object index.

r

Type: gdouble*

The object radius.

The argument will be set by the function.
theta

Type: gdouble*

The object theta.

The argument will be set by the function.
phi

Type: gdouble*

The object phi.

The argument will be set by the function.