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
/
lib
/
Cylendrical.js
12 lines
(11 loc)
•
270 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
Cylendrical
=
void
0
;
class
Cylendrical
{
constructor
(
) {
this
.
r
=
0
;
this
.
theta
=
0
;
this
.
height
=
0
; } }
exports
.
Cylendrical
=
Cylendrical
;