Chaste Commit::8b5d759ac2eb95e67ae57699734101efccb0a0a9
OpenSimplex2S::LatticePoint3D Struct Reference
+ Collaboration diagram for OpenSimplex2S::LatticePoint3D:

Public Member Functions

 LatticePoint3D (int xrv, int yrv, int zrv, int lattice)
 

Public Attributes

double dxr {}
 
double dyr {}
 
double dzr {}
 
int xrv {}
 
int yrv {}
 
int zrv {}
 
std::shared_ptr< LatticePoint3DnextOnFailure {}
 
std::shared_ptr< LatticePoint3DnextOnSuccess {}
 

Detailed Description

Definition at line 64 of file OpenSimplex2S.hpp.

Constructor & Destructor Documentation

◆ LatticePoint3D()

OpenSimplex2S::LatticePoint3D::LatticePoint3D ( int  xrv,
int  yrv,
int  zrv,
int  lattice 
)

Definition at line 384 of file OpenSimplex2S.cpp.

Member Data Documentation

◆ dxr

double OpenSimplex2S::LatticePoint3D::dxr {}

Definition at line 66 of file OpenSimplex2S.hpp.

◆ dyr

double OpenSimplex2S::LatticePoint3D::dyr {}

Definition at line 67 of file OpenSimplex2S.hpp.

◆ dzr

double OpenSimplex2S::LatticePoint3D::dzr {}

Definition at line 68 of file OpenSimplex2S.hpp.

◆ nextOnFailure

std::shared_ptr<LatticePoint3D> OpenSimplex2S::LatticePoint3D::nextOnFailure {}

Definition at line 72 of file OpenSimplex2S.hpp.

◆ nextOnSuccess

std::shared_ptr<LatticePoint3D> OpenSimplex2S::LatticePoint3D::nextOnSuccess {}

Definition at line 73 of file OpenSimplex2S.hpp.

◆ xrv

int OpenSimplex2S::LatticePoint3D::xrv {}

Definition at line 69 of file OpenSimplex2S.hpp.

◆ yrv

int OpenSimplex2S::LatticePoint3D::yrv {}

Definition at line 70 of file OpenSimplex2S.hpp.

◆ zrv

int OpenSimplex2S::LatticePoint3D::zrv {}

Definition at line 71 of file OpenSimplex2S.hpp.


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