UNPKG

@codemylife/canvassm

Version:

A simple library to work with html canvas

12 lines (11 loc) 270 B
"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;