| 1 | <?php |
||
| 29 | final class Cone extends Entity implements EntityInterface |
||
| 30 | { |
||
| 31 | |||
| 32 | /** |
||
| 33 | * <a-cone> |
||
| 34 | * |
||
| 35 | * The cone primitive creates a cone shape. It is an entity that prescribes the geometry with its geometric |
||
| 36 | * primitive set to cone. |
||
| 37 | * |
||
| 38 | * @return void |
||
| 39 | */ |
||
| 40 | 1 | public function reset() |
|
| 53 | } |