UNPKG

molstar

Version:

A comprehensive macromolecular library.

9 lines (8 loc) 403 B
/** * Copyright (c) 2019 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Alexander Rose <alexander.rose@weirdbyte.de> */ import { MeshBuilder } from '../mesh-builder'; import { Axes3D } from '../../../../mol-math/geometry'; export declare function addAxes(state: MeshBuilder.State, axes: Axes3D, radiusScale: number, detail: number, radialSegments: number): void;