You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mutates the first parameter v provided with the updated view
passes the returned updated view through resolve first
Private Functions
resolve
Purpose is to restrict the values of certain properties in the object passed in
input
v
view object as given by the new
returns nothing
output
mutates the first parameter v provided with the updated object
note that the following properties will always be present in the updated object. if the properties are not present they would be added and given a value of NaN
ao: NaN
atomScale: NaN
atomShade: NaN
bondScale: NaN
bondShade: NaN
brightness: NaN
dofPosition: NaN
dofStrength: NaN
outline: NaN
relativeAtomScale: NaN
zoom: NaN