C# Класс Indiefreaks.Xna.Extensions.MathExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
BlendIntoAccumulator ( float smoothRate, Microsoft.Xna.Framework.Vector3 newValue, Microsoft.Xna.Framework.Vector3 &smoothedAccumulator ) : void
BlendIntoAccumulator ( float smoothRate, float newValue, float &smoothedAccumulator ) : void

Описание методов

BlendIntoAccumulator() публичный статический Метод

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
Результат void

BlendIntoAccumulator() публичный статический Метод

public static BlendIntoAccumulator ( float smoothRate, float newValue, float &smoothedAccumulator ) : void
smoothRate float
newValue float
smoothedAccumulator float
Результат void