@@ -46,9 +46,9 @@ |
||
| 46 | 46 | /** |
| 47 | 47 | * Cartesian constructor. |
| 48 | 48 | * |
| 49 | - * @param int $x |
|
| 50 | - * @param int $y |
|
| 51 | - * @param int $z |
|
| 49 | + * @param double $x |
|
| 50 | + * @param double $y |
|
| 51 | + * @param double $z |
|
| 52 | 52 | * @param RefEll $refEll |
| 53 | 53 | */ |
| 54 | 54 | public function __construct(float $x, float $y, float $z, RefEll $refEll) |