|
psim
1.0
Generalized 2D phonon transport using a Monte Carlo method
|
#include <geometry.h>
Public Member Functions | |
| constexpr | Point (double x_coord, double y_coord) noexcept |
| bool | operator== (const Point &rhs) const |
| bool | operator!= (const Point &rhs) const |
Public Attributes | |
| double | x |
| double | y |
|
inlineconstexprnoexcept |
| bool Point::operator!= | ( | const Point & | rhs | ) | const |
| bool Geometry::Point::operator== | ( | const Point & | rhs | ) | const |
| double Geometry::Point::x |
| double Geometry::Point::y |