public class btPolarDecomposition extends BulletBase
className| Constructor and Description |
|---|
btPolarDecomposition() |
btPolarDecomposition(float tolerance) |
btPolarDecomposition(float tolerance,
long maxIterations) |
btPolarDecomposition(long cPtr,
boolean cMemoryOwn)
Construct a new btPolarDecomposition, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
long |
decompose(Matrix3 a,
Matrix3 u,
Matrix3 h) |
static long |
getCPtr(btPolarDecomposition obj) |
long |
maxIterations() |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btPolarDecomposition(long cPtr,
boolean cMemoryOwn)
public btPolarDecomposition(float tolerance,
long maxIterations)
public btPolarDecomposition(float tolerance)
public btPolarDecomposition()
public static long getCPtr(btPolarDecomposition obj)
public long maxIterations()
Copyright © 2021. All rights reserved.