Definition at line 70 of file NaturalNodeCoordinates.h.
#include <NaturalNodeCoordinates.h>
|
static constexpr std::array< std::array< double, 3 >, 8 > | coordinates |
|
◆ coordinates
Initial value:= {
{{{1, 1, 0}},
{{-1, 1, 0}},
{{-1, -1, 0}},
{{1, -1, 0}},
{{0, 1, 0}},
{{-1, 0, 0}},
{{0, -1, 0}},
{{1, 0, 0}}}}
Definition at line 72 of file NaturalNodeCoordinates.h.
72 {
73 {{{1, 1, 0}},
74 {{-1, 1, 0}},
75 {{-1, -1, 0}},
76 {{1, -1, 0}},
77 {{0, 1, 0}},
78 {{-1, 0, 0}},
79 {{0, -1, 0}},
80 {{1, 0, 0}}}};
The documentation for this struct was generated from the following file: