PHP code example of bjoernffm / e6b
1. Go to this page and download the library: Download bjoernffm/e6b library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
bjoernffm / e6b example snippets
use bjoernffm\e6b\Calculator as e6bCalc;
110, 270, 25);
var_dump($result);
/*
array(3) {
'windCorrectionAngle' =>
int(10)
'heading' =>
int(230)
'groundSpeed' =>
int(92)
}
*/