| |
| | NAMD: AVector Class Reference |
 | | Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. |
 | | 00115 { 00116 //------------------------------------------------------ 00117 // divide this vector by divisor and return a ref to it 00118 //------------------------------------------------------ 00119 m_x /= divisor; 00120 m_y /= divisor; 00121 m_z /= divisor; 00122 return(*this); 00123 } |
 | | 00299 { 00300 //------------------------------------------------------------------- 00301 // scale this vector, whose (x,y,z) are in the range (0:1), 00302 // to be in the range (SmallVec:BigVec) 00303 //------------------------------------------------------------------- 00304 m_x = SmallVec. |
| www.ks.uiuc.edu /Research/namd/doxygen/classAVector.html (801 words) |
|