C# Class Indiefreaks.Xna.Extensions.MathExtensions

Afficher le fichier Open project: Indiefreaks/igf

Méthodes publiques

Méthode 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 méthode

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
Résultat void

BlendIntoAccumulator() public static méthode

public static BlendIntoAccumulator ( float smoothRate, float newValue, float &smoothedAccumulator ) : void
smoothRate float
newValue float
smoothedAccumulator float
Résultat void