UNPKG
@chemistry/mol3dview
Version:
latest (2.1.2)
2.1.2
2.1.1
2.1.0
2.0.5
2.0.4
Crystal Structure Viewer
github.com/vreshch/mol3dview
vreshch/mol3dview
@chemistry/mol3dview
/
dist
/
src
/
molecule3d
/
MarkerContact.d.ts
7 lines
(6 loc)
•
178 B
TypeScript
View Raw
1
2
3
4
5
6
7
import { Vec3 } from
"
@chemistry
/math"
; export declare
class
MarkerContact
{ position1: Vec3; position2: Vec3; constructor(position1: Vec3, position2: Vec3); }