MolecularViewerController constructor

MolecularViewerController({
  1. double rotationX = 0,
  2. double rotationY = 0,
  3. double rotationZ = 0,
  4. double zoom = 1.0,
})

Implementation

MolecularViewerController(
    {this.rotationX = 0,
    this.rotationY = 0,
    this.rotationZ = 0,
    this.zoom = 1.0})
    : position = Vector3(0, 0, 0);