psim  1.0
Generalized 2D phonon transport using a Monte Carlo method
Geometry::Point Struct Reference

#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
 

Constructor & Destructor Documentation

◆ Point()

constexpr Geometry::Point::Point ( double  x_coord,
double  y_coord 
)
inlineconstexprnoexcept

Member Function Documentation

◆ operator!=()

bool Point::operator!= ( const Point rhs) const

◆ operator==()

bool Geometry::Point::operator== ( const Point rhs) const

Member Data Documentation

◆ x

double Geometry::Point::x

◆ y

double Geometry::Point::y

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