Public Member Functions | |
Predict_Float (memberVariable) | |
SetError (float value) | |
SetMinError (float value) | |
SetMaxError (float value) | |
SetMinDistance (float value) | |
SetMaxDistance (float value) | |
SetInterpolationFilter (float value) | |
Quadratic () | |
Linear () |
|
Use this keyword to define a member variable that is to be used. For example: Predict_Float mAFloatMemberVariable { SetMinError(1.0f); } |
|
Enable linear distance based extrapolation |
|
Enable quadratic distance based extrapolation |
|
Use this keyword to set the minimum and maximum error used by the data block. |
|
Use this keyword to set the interpolation filter used by the data block. |
|
Use this keyword to set the maximum distance used by the data block. |
|
Use this keyword to set the maximum error used by the data block. |
|
Use this keyword to set the minimum distance used by the data block. |
|
Use this keyword to set the minimum error used by the data block. |