[ TDICondition ]
[ next: NegativeSaturation ]
[ prev: ErrorValue ]
public:
__property long NegativeCoefficient[dword pArrayIndex] = { read=FGetNegativeCoefficient, write=FSetNegativeCoefficient };
If you would like to submit additions or improvements to this page, click: admin@bcb-tools.com.
DESCRIPTION
Top
See Also
The NegativeCoefficient property defines the coefficient constant applied to an axis on the negative side of the offset value.
This property is ignored and TDICondition::PositiveCoefficient is used for both positive and negative coefficients if support for separate coefficients is not available.
The coefficient is used as a multiplier to scale the effect and can range from -10,000 to 10,000 where the extreme values represent the maximum force output the device is capable of producing in either direction.
For example, this value may determine how fast a spring effect's force would increase as a device moved along an axis away from the offset value.
SEE ALSO
Top