- Joined
- Oct 18, 2007
- Messages
- 930
Ok i need 2 more values.
First QuestionYou are given 3 variables
- Real value ' D ' ( Distance )
- Real value ' T ' ( Time it takes )
- real value ' I ' ( Interval )
I need 2 values.
The ' SS ' is the starting speed and the ' SD ' is a value that is drawn from the starting speed every interval. Like some sort of knockback. It starts at ' SS ' and ends at 0. I want a decending speed so need 2 values.( The starting speed and the decreasing speed )
- ' SS ' ( Start Speed )
- ' SD ' ( Speed Decrease )
Second QuestionYou are given 3 variables
- Real value ' D ' ( Distance )
- Real value ' T ' ( Time it takes )
- real value ' I ' ( Interval )
I need 2 values.
- ' SI ' ( Speed )
- ' ES ' ( End Speed )
The first ' ES ' is the ending speed and the ' SI ' value is a value that is used to increase the speed every interval. Like some sort of reversed knockback. It starts at 0 and ends at the ' ES '. I want a increasing speed so need 2 values.( End speed and increasing speed )