#include <coordinates.h>
Inherits vec3< FloatType >.
Public Types | |
| typedef scitbx::vec3< FloatType > | base_type |
Public Member Functions | |
| cartesian () | |
| Default constructor: elements are not initialized! | |
| template<typename OtherFloatType> | |
| cartesian (af::tiny_plain< OtherFloatType, 3 > const &v) | |
| The elements of the coordinate vector are copied from v. | |
| cartesian (const FloatType *xyz) | |
| The elements of the coordinate vector are copied from xyz. | |
| cartesian (FloatType const &x, FloatType const &y, FloatType const &z) | |
| The elements of the coordinate vector are initialized with x,y,z. | |
The template parameter FloatType should be a floating point type (e.g. float or double).
See also: class fractional
1.5.6