Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Superposition

Hierarchy

  • Superposition

Index

Constructors

constructor

Properties

A

A: Matrix = new Matrix(3, 3)

R

R: Matrix = new Matrix(3, 3)

U

U: Matrix = new Matrix(3, 3)

V

V: Matrix = new Matrix(3, 3)

VH

VH: Matrix = new Matrix(3, 3)

W

W: Matrix = new Matrix(1, 3)

Private c

c: Matrix = new Matrix(3, 3)

coords1t

coords1t: Matrix

coords2t

coords2t: Matrix

mean1

mean1: number[]

mean2

mean2: number[]

Private tmp

tmp: Matrix = new Matrix(3, 3)

Methods

_superpose

prepCoords

  • prepCoords(atoms: Structure | Float32Array, coords: Matrix, n: number): void

transform

  • transform(atoms: Structure | Float32Array): void

Generated using TypeDoc