MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / Grad

Method Grad

Source/Utils/SimplexIslands.hpp:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20{
21 double x, y, z, w;
22 Grad() {
23 x = 0;
24 y = 0;
25 z = 0;
26 w = 0;
27 }
28 Grad(double px, double py, double pz) {
29 x = px;
30 y = py;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected