LBRtoXYZ

Convert spherical coordinate to cartesian coordinate.

static double[] LBRtoXYZ(double[] lbr)

Parameters

lbr double[]

Array of spherical coordinate elements

Return

double[]

Array of cartesian coordinate elements

Last updated