UNPKG

molstar

Version:

A comprehensive macromolecular library.

14 lines (13 loc) 436 B
/** * Copyright (c) 2018-2019 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Alexander Rose <alexander.rose@weirdbyte.de> */ import { Primitive } from './primitive'; import { Cage } from './cage'; /** * Create a prism with a triangular base */ export declare function createWedge(): Primitive; export declare function Wedge(): Primitive; export declare function WedgeCage(): Cage;