Services_Weather_Common::polar2cartesian
Services_Weather_Common::polar2cartesian() – Convert polar coordinates to cartesian coordinates
Synopsis
require_once '/Weather/Common.php';
array
Services_Weather_Common::polar2cartesian
(
float
$latitude
,
float
$longitude
)
Описание
This package is not documented yet.
Parameter
-
float
$latitude
-
float
$longitude
Throws
No exceptions thrown.
Замечание
This function can not be called statically.