UNPKG

@chemistry/mol3dview

Version:
9 lines (8 loc) 271 B
import { Matrix3x4, Vec3 } from "@chemistry/math"; import { CellAtom } from "./CellAtom"; export declare class Marker { position: Vec3; symetry: Matrix3x4; cellAtom: CellAtom; constructor(position: Vec3, symetry: Matrix3x4, cellAtom: CellAtom); }