Definition at line 84 of file NaturalNodeCoordinates.h.
#include <NaturalNodeCoordinates.h>
|
static constexpr std::array< std::array< double, 3 >, 9 > | 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}},
{{0, 0, 0}}}}
Definition at line 86 of file NaturalNodeCoordinates.h.
86 {
87 {{{1, 1, 0}},
88 {{-1, 1, 0}},
89 {{-1, -1, 0}},
90 {{1, -1, 0}},
91 {{0, 1, 0}},
92 {{-1, 0, 0}},
93 {{0, -1, 0}},
94 {{1, 0, 0}},
95 {{0, 0, 0}}}};
The documentation for this struct was generated from the following file: