molstar
Version:
A comprehensive macromolecular library.
10 lines (9 loc) • 448 B
TypeScript
/**
* Copyright (c) 2019 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author Ludovic Autin <autin@scripps.edu>
* @author Alexander Rose <alexander.rose@weirdbyte.de>
*/
import { Mat4 } from '../../mol-math/linear-algebra';
import { NumberArray } from '../../mol-util/type-helpers';
export declare function getMatFromResamplePoints(points: NumberArray, segmentLength: number, resample: boolean): Mat4[];