| - $gamma_deg | Variable used to exchange data between main() and plank() |
| + toHtml($params = '') | |
| - main() | Generates a table withe crown's main data |
| - plank() | Generates an image with the measures to cut a round piece of wood |
private $gamma_deg
public function toHtml( |
$params = '')
|
$params |
Can be 'main' or 'plank' 'main' returns the html code of a table with crown's main data. 'plank' returns an image with the measures of the plank. |
private function main( |
)
|
private function plank( |
)
|