1.1.0 • Published 9 years ago

craft-cone v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

craft-cone

Cone

Install:

$ npm install craft-cone

Parameters:

topRadius: To adjust radius of the upper surface of cone

baseRadius: To adjust radius of the lower surface of cone

height: To adjust height of cone

Example:

<craft>
    <craft name="cone" module="craft-cone"/>
    <cone topRadius="2" baseRadius="5"></cone>
    <cone topRadius="7" baseRadius="2"></cone>    
  	<cone topRadius="2" baseRadius="5" height="14"></cone>
    <cone ></cone>
</craft>

example

1.1.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago