Molassembler  1.0.0
Molecule graph and conformer library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Scine::Molassembler::Shapes::Data::Hexagon Struct Reference

Hexagon shape (planar) More...

#include <Data.h>

Static Public Member Functions

static constexpr double angleFunction (const unsigned a, const unsigned b)
 

Static Public Attributes

static constexpr Shape shape = Shape::Hexagon
 
static constexpr PointGroup pointGroup = PointGroup::D6h
 
static constexpr unsigned size = 6
 
static constexpr char stringName [] = "hexagon"
 
static constexpr std::array
< Temple::Vector, 6 > 
coordinates
 
static constexpr std::array
< std::array< unsigned, 6 >, 2 > 
rotations
 
static constexpr std::array
< std::array< unsigned, 4 >, 0 > 
tetrahedra {{}}
 
static constexpr std::array
< unsigned, 0 > 
mirror {}
 

Detailed Description

Hexagon shape (planar)

Field Documentation

constexpr std::array<Temple::Vector, 6> Scine::Molassembler::Shapes::Data::Hexagon::coordinates
static
Initial value:
{{
{ 1.000000, 0.000000, 0.000000},
{ 0.500000, 0.866025, 0.000000},
{-0.500000, 0.866025, 0.000000},
{-1.000000, 0.000000, 0.000000},
{-0.500000, -0.866025, 0.000000},
{ 0.500000, -0.866025, 0.000000}
}}
constexpr std::array< std::array<unsigned, 6>, 2 > Scine::Molassembler::Shapes::Data::Hexagon::rotations
static
Initial value:
{{
{{5, 0, 1, 2, 3, 4}},
{{0, 5, 4, 3, 2, 1}}
}}

The documentation for this struct was generated from the following file: