Difference between revisions of "ParticleSystem:getTangentialAcceleration"

(Created page with "Gets the tangential acceleration (acceleration perpendicular to the particle's direction). == Function == === Synopsis === <source lang="lua"> min, max = ParticleSystem:getTangen...")
 
Line 9: Line 9:
 
=== Returns ===
 
=== Returns ===
 
{{param|number|min|The minimum acceleration.}}
 
{{param|number|min|The minimum acceleration.}}
{{param|number|max (min)|The maximum acceleration.}}
+
{{param|number|max|The maximum acceleration.}}
 
== See Also ==
 
== See Also ==
 
* [[parent::ParticleSystem]]
 
* [[parent::ParticleSystem]]

Revision as of 00:48, 30 December 2013

Gets the tangential acceleration (acceleration perpendicular to the particle's direction).

Function

Synopsis

min, max = ParticleSystem:getTangentialAcceleration( )

Arguments

Nothing.

Returns

number min
The minimum acceleration.
number max
The maximum acceleration.

See Also


Other Languages