UNPKG
@codemylife/canvassm
Version:
latest (1.0.14)
1.0.14
1.0.13
1.0.12
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.5
A simple library to work with html canvas
github.com/yashweblife/CanvasSM
yashweblife/CanvasSM
@codemylife/canvassm
/
src
/
Cylendrical.ts
6 lines
(5 loc)
•
110 B
text/typescript
View Raw
1
2
3
4
5
6
export
class
Cylendrical
{
public
r
:
number
=
0
;
public
theta
:
number
=
0
;
public
height
:
number
=
0
; }