UNPKG

molstar

Version:

A comprehensive macromolecular library.

12 lines (11 loc) 465 B
/** * Copyright (c) 2019-2020 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'; export declare const tetrahedronVertices: ReadonlyArray<number>; export declare const tetrahedronIndices: ReadonlyArray<number>; export declare function Tetrahedron(): Primitive; export declare function TetrahedronCage(): Cage;