C# Class Indiefreaks.Xna.Extensions.MathExtensions

Exibir arquivo Open project: Indiefreaks/igf

Public Methods

Method Description
BlendIntoAccumulator ( float smoothRate, Microsoft.Xna.Framework.Vector3 newValue, Microsoft.Xna.Framework.Vector3 &smoothedAccumulator ) : void
BlendIntoAccumulator ( float smoothRate, float newValue, float &smoothedAccumulator ) : void

Method Details

BlendIntoAccumulator() public static method

public static BlendIntoAccumulator ( float smoothRate, Microsoft.Xna.Framework.Vector3 newValue, Microsoft.Xna.Framework.Vector3 &smoothedAccumulator ) : void
smoothRate float
newValue Microsoft.Xna.Framework.Vector3
smoothedAccumulator Microsoft.Xna.Framework.Vector3
return void

BlendIntoAccumulator() public static method

public static BlendIntoAccumulator ( float smoothRate, float newValue, float &smoothedAccumulator ) : void
smoothRate float
newValue float
smoothedAccumulator float
return void