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)

Description

This package is not documented yet.

Parameter

float $latitude

float $longitude

Throws

No exceptions thrown.

Note

This function can not be called statically.