C# 클래스 Indiefreaks.Xna.Extensions.MathExtensions

파일 보기 프로젝트 열기: Indiefreaks/igf

공개 메소드들

메소드 설명
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