An NDoc Documented Class Library

Utils.PolarUnit Method 

Calculates the points of a unitsphere, where Alpha indicates the geographical longitude and Phi the lattitude. For the values Apha = 0 and Phi = 0 yoe get the Point(1, 0, 0). For an arbitrary sphere you have to multiply with his Radius

public static xyz PolarUnit(
   double Alpha,
   double Phi
);

Parameters

Alpha
Angle of the geographical longitude in radian
Phi
Angle of the geographical lattitude in radian

Return Value

a point on a unitsphere

See Also

Utils Class | Minais.Drawing3d.Math Namespace