C# Class SA.FullBodyIK.CachedDegreesToCosSin

Show file Open project: Stereoarts/SAFullBodyIK

Public Properties

Property Type Description
_degrees float
cos float
sin float
zero CachedDegreesToCosSin

Public Methods

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

Method Details

CachedDegreesToCosSin() public method

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

CachedDegreesToCosSin() public method

public CachedDegreesToCosSin ( float degrees, float cos_, float sin_ ) : UnityEngine
degrees float
cos_ 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

cos public property

public float cos
return float

sin public property

public float sin
return float

zero public static property

public static CachedDegreesToCosSin zero
return CachedDegreesToCosSin