/** * Copyright (c) 2019-2020 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Alexander Rose */ import { Primitive } from './primitive.js'; import { Cage } from './cage.js'; export declare const tetrahedronVertices: ReadonlyArray; export declare const tetrahedronIndices: ReadonlyArray; export declare function Tetrahedron(): Primitive; export declare function TetrahedronCage(): Cage;