Constructor
new Cone(radius, height)
- Source:
- See:
Parameters:
| Name | Type | Description |
|---|---|---|
radius |
Number | |
height |
Number | of cone |
defines a cone placed at center. it must be transformed around scene with another class to place a cone somwhere, transform it with new TransformedShape
| Name | Type | Description |
|---|---|---|
radius |
Number | |
height |
Number | of cone |