C# Class CCDIKSolver, StereoAR-for-Unity

Inheritance: MonoBehaviour
Mostrar archivo Open project: hecomi/StereoAR-for-Unity Class Usage Examples

Public Properties

Property Type Description
chains Transform[]
controll_weight float
drawRay bool
iterations int
target Transform

Public Methods

Method Description
Solve ( ) : void
limitter ( Transform bone ) : void

Private Methods

Method Description
adjust_rot ( float n ) : int

Method Details

Solve() public method

public Solve ( ) : void
return void

limitter() public method

public limitter ( Transform bone ) : void
bone Transform
return void

Property Details

chains public_oe property

public Transform[] chains
return Transform[]

controll_weight public_oe property

public float controll_weight
return float

drawRay public_oe property

public bool drawRay
return bool

iterations public_oe property

public int iterations
return int

target public_oe property

public Transform target
return Transform