User Tools

Site Tools


gamedev:smoothvalue

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
gamedev:smoothvalue [2019/05/24 23:43] – ↷ Links adapted because of a move operation dragonlordgamedev:smoothvalue [2024/03/14 16:45] (current) dragonlord
Line 27: Line 27:
 ====== Implementations ====== ====== Implementations ======
 The Drag[en]gine provides a couple of smooth value implementations for easy use: The Drag[en]gine provides a couple of smooth value implementations for easy use:
-  * [[http://dragengine.rptd.ch/docs/dragengine/latest/classdecSmoothFloat.html|Smooth Float]]: Smooth a single floating point value. +  * #@LinkApiDocDE2_HTML~classdecSmoothFloat.html,Smooth Float~@#: Smooth a single floating point value. 
-  * [[http://dragengine.rptd.ch/docs/dragengine/latest/classdecSmoothDDouble.html|Smooth Double]]: Smooth a single double precision floating point value. +  * #@LinkApiDocDE2_HTML~classdecSmoothDDouble.html,Smooth Double~@#: Smooth a single double precision floating point value. 
-  * [[http://dragengine.rptd.ch/docs/dragengine/latest/classdecSmoothVector.html|Smooth Vector]]: Smooth a 3-component floating point vector. The vector length between new and old values is used as value change speed. This is useful for 3D position smoothing. +  * #@LinkApiDocDE2_HTML~classdecSmoothVector.html,Smooth Vector~@#: Smooth a 3-component floating point vector. The vector length between new and old values is used as value change speed. This is useful for 3D position smoothing. 
-  * [[http://dragengine.rptd.ch/docs/dragengine/latest/classdecSmoothDVector.html|Smooth DVector]]: Smooth a 3-component double precision floating point vector. Same as Smooth Vector but with higher precision.+  * #@LinkApiDocDE2_HTML~classdecSmoothDVector.html,Smooth DVector~@#: Smooth a 3-component double precision floating point vector. Same as Smooth Vector but with higher precision.
  
 ====== Usage example DragonScript ====== ====== Usage example DragonScript ======
gamedev/smoothvalue.1558741399.txt.gz · Last modified: 2019/05/24 23:43 by dragonlord