C# Class SA.FullBodyIK.CachedDegreesToSin

Afficher le fichier Open project: Stereoarts/SAFullBodyIK

Méthodes publiques

Свойство Type Description
_degrees float
sin float
zero CachedDegreesToSin

Méthodes publiques

Méthode Description
CachedDegreesToSin ( float degrees ) : UnityEngine
CachedDegreesToSin ( float degrees, float sin_ ) : UnityEngine
_Reset ( float degrees ) : void

Method Details

CachedDegreesToSin() public méthode

public CachedDegreesToSin ( float degrees ) : UnityEngine
degrees float
Résultat UnityEngine

CachedDegreesToSin() public méthode

public CachedDegreesToSin ( float degrees, float sin_ ) : UnityEngine
degrees float
sin_ float
Résultat UnityEngine

_Reset() public méthode

public _Reset ( float degrees ) : void
degrees float
Résultat void

Property Details

_degrees public_oe property

public float _degrees
Résultat float

sin public_oe property

public float sin
Résultat float

zero public_oe static_oe property

public static CachedDegreesToSin zero
Résultat CachedDegreesToSin