|
Clipper
|
orthogonal reciprocal coordinate (length of which is invresolsq) More...
#include <coords.h>
Public Member Functions | |
| Coord_reci_orth () | |
| null constructor | |
| Coord_reci_orth (const Vec3<> &v) | |
| constructor: copy/convert | |
| Coord_reci_orth (const ftype &xs, const ftype &ys, const ftype &zs) | |
| constructor: from x*,y*,z* | |
| const ftype & | xs () const |
| get x* | |
| const ftype & | ys () const |
| get y* | |
| const ftype & | zs () const |
| get z* | |
| ftype | invresolsq () const |
| return inverse resolution squared for this coord | |
| Coord_reci_frac | coord_reci_frac (const Cell &cell) const |
| orthogonal-fractional reciprocal space coordinate conversion | |
| Coord_reci_orth | transform (const RTop_orth &op) const |
| return transformed coordinate | |
| String | format () const |
| return formatted String representation | |
orthogonal reciprocal coordinate (length of which is invresolsq)
| ftype clipper::Coord_reci_orth::invresolsq | ( | ) | const [inline] |
return inverse resolution squared for this coord
References xs(), ys(), and zs().
Referenced by clipper::AtomShapeFn::f().
| Coord_reci_frac clipper::Coord_reci_orth::coord_reci_frac | ( | const Cell & | cell | ) | const [inline] |
orthogonal-fractional reciprocal space coordinate conversion
| cell | The cell concerned |
References clipper::Cell::matrix_orth().
| String clipper::Coord_reci_orth::format | ( | ) | const |
return formatted String representation
Reimplemented from clipper::Vec3<>.
1.7.4