SA.FullBodyIK.FastAngle.Reset C# (CSharp) Method

Reset() public method

public Reset ( ) : void
return void
			public void Reset()
			{
				angle = 0.0f;
				cos = 1.0f;
				sin = 0.0f;
			}

Same methods

FullBodyIK.FastAngle::Reset ( float angle_ ) : void
FullBodyIK.FastAngle::Reset ( float angle_, float cos_, float sin_ ) : void
FullBodyIK.FastAngle