public class btContactSolverInfoFloatData extends BulletBase
className| Constructor and Description |
|---|
btContactSolverInfoFloatData() |
btContactSolverInfoFloatData(long cPtr,
boolean cMemoryOwn)
Construct a new btContactSolverInfoFloatData, normally you should not need this constructor it's intended for low-level usage.
|
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btContactSolverInfoFloatData(long cPtr,
boolean cMemoryOwn)
public btContactSolverInfoFloatData()
public static long getCPtr(btContactSolverInfoFloatData obj)
public void setTau(float value)
public float getTau()
public void setDamping(float value)
public float getDamping()
public void setFriction(float value)
public float getFriction()
public void setTimeStep(float value)
public float getTimeStep()
public void setRestitution(float value)
public float getRestitution()
public void setMaxErrorReduction(float value)
public float getMaxErrorReduction()
public void setSor(float value)
public float getSor()
public void setErp(float value)
public float getErp()
public void setErp2(float value)
public float getErp2()
public void setGlobalCfm(float value)
public float getGlobalCfm()
public void setSplitImpulsePenetrationThreshold(float value)
public float getSplitImpulsePenetrationThreshold()
public void setSplitImpulseTurnErp(float value)
public float getSplitImpulseTurnErp()
public void setLinearSlop(float value)
public float getLinearSlop()
public void setWarmstartingFactor(float value)
public float getWarmstartingFactor()
public void setMaxGyroscopicForce(float value)
public float getMaxGyroscopicForce()
public void setSingleAxisRollingFrictionThreshold(float value)
public float getSingleAxisRollingFrictionThreshold()
public void setNumIterations(int value)
public int getNumIterations()
public void setSolverMode(int value)
public int getSolverMode()
public void setRestingContactRestitutionThreshold(int value)
public int getRestingContactRestitutionThreshold()
public void setMinimumSolverBatchSize(int value)
public int getMinimumSolverBatchSize()
public void setSplitImpulse(int value)
public int getSplitImpulse()
public void setPadding(String value)
public String getPadding()
Copyright © 2021. All rights reserved.