Package physx.extensions
Class PxJointAngularLimitPair
- java.lang.Object
-
- physx.NativeObject
-
- physx.extensions.PxJointLimitParameters
-
- physx.extensions.PxJointAngularLimitPair
-
public class PxJointAngularLimitPair extends PxJointLimitParameters
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T>
-
-
Field Summary
-
Fields inherited from class physx.NativeObject
address, isExternallyAllocated
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPxJointAngularLimitPair()PxJointAngularLimitPair(float lowerLimit, float upperLimit, PxSpring spring)protectedPxJointAngularLimitPair(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()floatgetLower()floatgetUpper()voidsetLower(float value)voidsetUpper(float value)static PxJointAngularLimitPairwrapPointer(long address)-
Methods inherited from class physx.extensions.PxJointLimitParameters
getBounceThreshold, getContactDistance, getDamping, getRestitution, getStiffness, isSoft, isValid, setBounceThreshold, setContactDistance, setDamping, setRestitution, setStiffness
-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxJointAngularLimitPair wrapPointer(long address)
-
destroy
public void destroy()
-
getUpper
public float getUpper()
- Returns:
- WebIDL type: float
-
setUpper
public void setUpper(float value)
- Parameters:
value- WebIDL type: float
-
getLower
public float getLower()
- Returns:
- WebIDL type: float
-
setLower
public void setLower(float value)
- Parameters:
value- WebIDL type: float
-
-