UNPKG

@chemistry/mol3dview

Version:
7 lines (6 loc) 178 B
import { Vec3 } from "@chemistry/math"; export declare class MarkerContact { position1: Vec3; position2: Vec3; constructor(position1: Vec3, position2: Vec3); }