Skip to content

Instantly share code, notes, and snippets.

@brntbeer
Created May 29, 2010 04:16
Show Gist options
  • Save brntbeer/418035 to your computer and use it in GitHub Desktop.
Save brntbeer/418035 to your computer and use it in GitHub Desktop.
State(const Formation f = Formation(),
const Vector grad = Vector(),
const vector<Relationship> r = vector<Relationship>(),
const Vector tError = Vector(),
const GLfloat rError = 0.0f,
const GLint ts = 0,
const GLint rID = -1,
const vector<NCellMsg> msgs = vector<NCellMsg>())
: formation(f), gradient(grad), rels(r),
transError(tError), rotError(rError), tStep(ts), refID(rID),
props(msgs)
{
} // State(const..{Formation, Vector, LL<Relationship>, Vector, GLint,GLint})
}; // State
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment