|
Clipper
|
fractional (cell) curvatures, with respect to fractional u,v,w More...
#include <derivs.h>
Public Member Functions | |
| Curv_frac () | |
| null constructor | |
| Curv_frac (const Mat33< T > &m) | |
| constructor: copy/convert | |
| Curv_orth< T > | curv_orth (const Cell &cell) const |
| fractional-orthogonal derivative conversion | |
| Curv_map< T > | curv_map (const Grid &g) const |
| fractional-grid derivative conversion | |
fractional (cell) curvatures, with respect to fractional u,v,w
| Curv_orth< T > clipper::Curv_frac< T >::curv_orth | ( | const Cell & | cell | ) | const |
fractional-orthogonal derivative conversion
| cell | The cell concerned |
References clipper::Cell::matrix_frac().
| Curv_map< T > clipper::Curv_frac< T >::curv_map | ( | const Grid & | g | ) | const |
fractional-grid derivative conversion
| g | The grid concerned |
References clipper::Grid::nu(), clipper::Grid::nv(), and clipper::Grid::nw().
1.7.4