AVEVA CAF API Documenation
Methods 


TransitionType_Deceleration Class Members

The following tables list the members exposed by TransitionType_Deceleration.

Public Constructors
 NameDescription
Public Constructor Constructor. You pass in the time that the transition will take (in milliseconds).  
Top
Public Methods
 NameDescription
Public Method Works out the percentage completed given the time passed in. This uses the formula: s = ut + 1/2at^2 The initial velocity is 2, and the acceleration to get to 1.0 at t=1.0 is -2, so the formula becomes: s = t(2-t)  
Top
See Also