-
- Downloads
You need to sign in or sign up before continuing.
avoid some static dependencies
- those can lead to errors due to circular dependencies - making them runtime dependencies fixes this
Showing
- src/apps/docking-viewer/index.ts 6 additions, 5 deletionssrc/apps/docking-viewer/index.ts
- src/apps/viewer/index.ts 7 additions, 6 deletionssrc/apps/viewer/index.ts
- src/examples/alpha-orbitals/index.ts 1 addition, 1 deletionsrc/examples/alpha-orbitals/index.ts
- src/examples/basic-wrapper/index.ts 1 addition, 1 deletionsrc/examples/basic-wrapper/index.ts
- src/examples/lighting/index.ts 1 addition, 1 deletionsrc/examples/lighting/index.ts
- src/examples/proteopedia-wrapper/index.ts 1 addition, 1 deletionsrc/examples/proteopedia-wrapper/index.ts
- src/extensions/anvil/algorithm.ts 3 additions, 2 deletionssrc/extensions/anvil/algorithm.ts
- src/mol-math/geometry/boundary-helper.ts 1 addition, 1 deletionsrc/mol-math/geometry/boundary-helper.ts
- src/mol-math/geometry/centroid-helper.ts 1 addition, 1 deletionsrc/mol-math/geometry/centroid-helper.ts
- src/mol-math/geometry/molecular-surface.ts 1 addition, 1 deletionsrc/mol-math/geometry/molecular-surface.ts
- src/mol-math/geometry/symmetry-operator.ts 8 additions, 5 deletionssrc/mol-math/geometry/symmetry-operator.ts
- src/mol-math/linear-algebra/3d/mat3.ts 5 additions, 5 deletionssrc/mol-math/linear-algebra/3d/mat3.ts
- src/mol-math/linear-algebra/3d/mat4.ts 25 additions, 25 deletionssrc/mol-math/linear-algebra/3d/mat4.ts
- src/mol-math/linear-algebra/3d/quat.ts 3 additions, 3 deletionssrc/mol-math/linear-algebra/3d/quat.ts
- src/mol-math/linear-algebra/3d/vec3.ts 17 additions, 15 deletionssrc/mol-math/linear-algebra/3d/vec3.ts
- src/mol-math/linear-algebra/3d/vec4.ts 1 addition, 1 deletionsrc/mol-math/linear-algebra/3d/vec4.ts
- src/mol-math/linear-algebra/_spec/mat3.spec.ts 2 additions, 1 deletionsrc/mol-math/linear-algebra/_spec/mat3.spec.ts
- src/mol-math/linear-algebra/_spec/mat4.spec.ts 6 additions, 5 deletionssrc/mol-math/linear-algebra/_spec/mat4.spec.ts
- src/mol-math/linear-algebra/_spec/tensor.spec.ts 1 addition, 1 deletionsrc/mol-math/linear-algebra/_spec/tensor.spec.ts
- src/mol-math/linear-algebra/_spec/vec3.spec.ts 7 additions, 1 deletionsrc/mol-math/linear-algebra/_spec/vec3.spec.ts
Loading
Please register or sign in to comment