xmol/geom/XYZ.h file

Contents

Namespaces

namespace xmol
Reworked original xmol.
namespace xmol::geom
Atomic-agnostic geom procedures.

Classes

class xmol::geom::XYZ

Functions

auto operator-(const XYZ& a, const XYZ& b) -> XYZ
auto operator+(const XYZ& a, const XYZ& b) -> XYZ
auto operator*(const XYZ& a, double t) -> XYZ
auto operator/(const XYZ& a, double t) -> XYZ
auto operator*(double t, const XYZ& a) -> XYZ
auto operator<<(std::ostream& out, const XYZ& r) -> std::ostream&
auto upper_bound(const XYZ& a, const XYZ& b) -> XYZ
auto lower_bound(const XYZ& a, const XYZ& b) -> XYZ