CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::Constraint::ConstraintSolver::EditInfo Struct Reference

A structure that holds information for an edit variable. More...

Public Attributes

Tag tag
 A tag for the edit variable.
 
Constraint constraint
 The constraint for the edit variable.
 
double constant
 The constant value for the edit variable.
 

Detailed Description

A structure that holds information for an edit variable.

Member Data Documentation

◆ constant

double CeresEngine::Constraint::ConstraintSolver::EditInfo::constant

The constant value for the edit variable.

◆ constraint

Constraint CeresEngine::Constraint::ConstraintSolver::EditInfo::constraint

The constraint for the edit variable.

◆ tag

Tag CeresEngine::Constraint::ConstraintSolver::EditInfo::tag

A tag for the edit variable.


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