Molassembler  1.0.0
Molecule graph and conformer library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Vector.h File Reference

3D Vector class with some operations defined More...

Include dependency graph for Vector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  Scine::Molassembler::Temple::Vector
 Constexpr three-dimensional vector math class. More...
 

Namespaces

 Scine
 
 Scine::Molassembler
 Central library namespace.
 
 Scine::Molassembler::Temple
 Template shorthands, optimizers and constexpr data types.
 

Functions

PURITY_WEAK constexpr double Scine::Molassembler::Temple::angle (const Vector &a, const Vector &b)
 Constexpr binary angle in radians calculation. More...
 

Detailed Description

3D Vector class with some operations defined