C# Class SA.FullBodyIK.CachedDegreesToSin

Show file Open project: Stereoarts/SAFullBodyIK

Public Properties

Property Type Description
_degrees float
sin float
zero CachedDegreesToSin

Public Methods

Method Description
CachedDegreesToSin ( float degrees ) : UnityEngine
CachedDegreesToSin ( float degrees, float sin_ ) : UnityEngine
_Reset ( float degrees ) : void

Method Details

CachedDegreesToSin() public method

public CachedDegreesToSin ( float degrees ) : UnityEngine
degrees float
return UnityEngine

CachedDegreesToSin() public method

public CachedDegreesToSin ( float degrees, float sin_ ) : UnityEngine
degrees float
sin_ float
return UnityEngine

_Reset() public method

public _Reset ( float degrees ) : void
degrees float
return void

Property Details

_degrees public property

public float _degrees
return float

sin public property

public float sin
return float

zero public static property

public static CachedDegreesToSin zero
return CachedDegreesToSin