Chaste Commit::ca8ccdedf819b6e02855bc0e8e6f50bdecbc5208
|
Public Member Functions | |
LatticePoint2D (int xsv, int ysv) | |
Public Attributes | |
int | xsv {} |
int | ysv {} |
double | dx {} |
double | dy {} |
Definition at line 53 of file OpenSimplex2S.hpp.
OpenSimplex2S::LatticePoint2D::LatticePoint2D | ( | int | xsv, |
int | ysv | ||
) |
Definition at line 373 of file OpenSimplex2S.cpp.
double OpenSimplex2S::LatticePoint2D::dx {} |
Definition at line 57 of file OpenSimplex2S.hpp.
double OpenSimplex2S::LatticePoint2D::dy {} |
Definition at line 58 of file OpenSimplex2S.hpp.
int OpenSimplex2S::LatticePoint2D::xsv {} |
Definition at line 55 of file OpenSimplex2S.hpp.
int OpenSimplex2S::LatticePoint2D::ysv {} |
Definition at line 56 of file OpenSimplex2S.hpp.