molstar
Version:
A comprehensive macromolecular library.
11 lines (10 loc) • 428 B
TypeScript
/**
* Copyright (c) 2018-2025 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author Alexander Rose <alexander.rose@weirdbyte.de>
*/
import { Primitive } from './primitive.js';
import { Cage } from './cage.js';
export declare function Plane(): Primitive;
export declare function PlaneCage(): Cage;
export declare function SegmentedPlane(widthSegments: number, heightSegments: number): Primitive;