molstar
Version:
A comprehensive macromolecular library.
12 lines (11 loc) • 432 B
TypeScript
/**
* Copyright (c) 2019 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author Alexander Rose <alexander.rose@weirdbyte.de>
*/
import { Primitive } from './primitive';
/**
* Create a spiked ball derived from a dodecahedron
* @param radiusRatio ratio between inner radius (dodecahedron) and outher radius (spikes)
*/
export declare function SpikedBall(radiusRatio?: number): Primitive;