|
Stellarator and Tokamak Modeling and Meshing Software (STOMMS)
|
Public Member Functions | |
| Simplex () | |
| Simplex (std::vector< Point > pts) | |
| Simplex (Point pt1, Point pt2, Point pt3) | |
Public Attributes | |
| Point | point1 |
| Point | point2 |
| Point | point3 |
| std::array< std::array< double, 2 >, 3 > | points |
|
inline |
| Simplex::Simplex | ( | std::vector< Point > | pts | ) |
| Point Simplex::point1 |
| Point Simplex::point2 |
| Point Simplex::point3 |
| std::array<std::array<double, 2>, 3> Simplex::points |