C# Class BulletCSharp.btPolarDecomposition

Inheritance: IDisposable
Afficher le fichier Open project: sanglin307/BulletUnity3D Class Usage Examples

Protected Properties

Свойство Type Description
swigCMemOwn bool

Méthodes publiques

Méthode Description
Dispose ( ) : void
btPolarDecomposition ( ) : System
btPolarDecomposition ( float tolerance ) : System
btPolarDecomposition ( float tolerance, uint maxIterations ) : System
decompose ( btMatrix3x3 a, btMatrix3x3 u, btMatrix3x3 h ) : uint
maxIterations ( ) : uint

Private Methods

Méthode Description
btPolarDecomposition ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( btPolarDecomposition obj ) : HandleRef

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

btPolarDecomposition() public méthode

public btPolarDecomposition ( ) : System
Résultat System

btPolarDecomposition() public méthode

public btPolarDecomposition ( float tolerance ) : System
tolerance float
Résultat System

btPolarDecomposition() public méthode

public btPolarDecomposition ( float tolerance, uint maxIterations ) : System
tolerance float
maxIterations uint
Résultat System

decompose() public méthode

public decompose ( btMatrix3x3 a, btMatrix3x3 u, btMatrix3x3 h ) : uint
a btMatrix3x3
u btMatrix3x3
h btMatrix3x3
Résultat uint

maxIterations() public méthode

public maxIterations ( ) : uint
Résultat uint

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
Résultat bool