Package physx.extensions
Class PxFixedJoint
- java.lang.Object
-
- physx.NativeObject
-
- physx.common.PxBase
-
- physx.extensions.PxJoint
-
- physx.extensions.PxFixedJoint
-
public class PxFixedJoint extends PxJoint
-
-
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 protectedPxFixedJoint()protectedPxFixedJoint(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()floatgetProjectionAngularTolerance()floatgetProjectionLinearTolerance()voidsetProjectionAngularTolerance(float tolerance)voidsetProjectionLinearTolerance(float tolerance)static PxFixedJointwrapPointer(long address)-
Methods inherited from class physx.extensions.PxJoint
getConstraint, getConstraintFlags, getInvMassScale0, getInvMassScale1, getLocalPose, getName, getRelativeAngularVelocity, getRelativeLinearVelocity, getRelativeTransform, getScene, release, setActors, setBreakForce, setConstraintFlag, setConstraintFlags, setInvMassScale0, setInvMassScale1, setLocalPose, setName
-
Methods inherited from class physx.common.PxBase
getBaseFlags, getConcreteType, getConcreteTypeName, isReleasable, setBaseFlag, setBaseFlags
-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxFixedJoint wrapPointer(long address)
-
destroy
public void destroy()
-
setProjectionLinearTolerance
public void setProjectionLinearTolerance(float tolerance)
- Parameters:
tolerance- WebIDL type: float
-
getProjectionLinearTolerance
public float getProjectionLinearTolerance()
- Returns:
- WebIDL type: float
-
setProjectionAngularTolerance
public void setProjectionAngularTolerance(float tolerance)
- Parameters:
tolerance- WebIDL type: float
-
getProjectionAngularTolerance
public float getProjectionAngularTolerance()
- Returns:
- WebIDL type: float
-
-