|
| Coord_reci_frac () |
| null constructor
|
|
| Coord_reci_frac (const Vec3<> &v) |
| constructor: copy/convert
|
|
| Coord_reci_frac (const ftype &us, const ftype &vs, const ftype &ws) |
| constructor: from u,v,w
|
|
| Coord_reci_frac (const HKL &hkl) |
| constructor: from HKL
|
|
HKL | hkl () const |
| round to HKL
|
|
ftype | invresolsq (const Cell &cell) const |
| return inverse resolution squared for this reflection in given cell More...
|
|
const ftype & | us () const |
| get u*
|
|
const ftype & | vs () const |
| get v*
|
|
const ftype & | ws () const |
| get w*
|
|
Coord_reci_orth | coord_reci_orth (const Cell &cell) const |
| fractional-orthogonal reciprocal space coordinate conversion More...
|
|
Coord_reci_frac | transform (const RTop_frac &op) const |
| return transformed coordinate
|
|
String | format () const |
| return formatted String representation More...
|
|
| Vec3 () |
| null constructor
|
|
| Vec3 (const T &v0, const T &v1, const T &v2) |
| constructor: from individual values
|
|
template<class TT > |
| Vec3 (const Vec3< TT > &v) |
| constructor: copy/convert
|
|
bool | equals (const Vec3< T > &v, const T &tol) const |
| test equality
|
|
const T & | operator[] (const int &i) const |
| get element
|
|
T & | operator[] (const int &i) |
| set element
|
|
Vec3< T > | unit () const |
| return unit vector with same direction as this vector
|
|
bool | is_null () const |
| test for null vector
|
|
String | format () const |
| return formatted String representation
|
|
const Vec3< T > & | operator+= (const Vec3< T > &v) |
| add another vector to this one
|
|
const Vec3< T > & | operator-= (const Vec3< T > &v) |
| subtract another vector from this one
|
|
fractional reciprocal coordinate (i.e. non-integer hkl)