Classes | |
| struct | RowT |
Public Member Functions | |
| TableT () | |
| Constructor. More... | |
| float | Lookup (float x) const |
| Looks up the table value at x. More... | |
Public Attributes | |
| std::string | Name |
| bool | ColumnSnap |
| bool | ColumnClamp |
| ArrayT< RowT > | Rows |
|
inline |
Constructor.
| float TableT::Lookup | ( | float | x | ) | const |
Looks up the table value at x.