import { Cylindrical } from "https://deno.land/x/threejs_4_deno@v121/src/Three.d.ts";
Methods
clone(): this
copy(other: Cylindrical): this
set(): this
radius: number,
theta: number,
y: number,
setFromCartesianCoords(): this
x: number,
y: number,
z: number,
setFromVector3(vec3: Vector3): this