Package physx.extensions
Class PxJointLimitPyramid
- java.lang.Object
-
- physx.NativeObject
-
- physx.extensions.PxJointLimitParameters
-
- physx.extensions.PxJointLimitPyramid
-
public class PxJointLimitPyramid 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 protectedPxJointLimitPyramid()PxJointLimitPyramid(float yLimitAngleMin, float yLimitAngleMax, float zLimitAngleMin, float zLimitAngleMax, PxSpring spring)protectedPxJointLimitPyramid(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()floatgetYAngleMax()floatgetYAngleMin()floatgetZAngleMax()floatgetZAngleMin()voidsetYAngleMax(float value)voidsetYAngleMin(float value)voidsetZAngleMax(float value)voidsetZAngleMin(float value)static PxJointLimitPyramidwrapPointer(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
-
-
-
-
Constructor Detail
-
PxJointLimitPyramid
protected PxJointLimitPyramid()
-
PxJointLimitPyramid
protected PxJointLimitPyramid(long address)
-
PxJointLimitPyramid
public PxJointLimitPyramid(float yLimitAngleMin, float yLimitAngleMax, float zLimitAngleMin, float zLimitAngleMax, PxSpring spring)- Parameters:
yLimitAngleMin- WebIDL type: floatyLimitAngleMax- WebIDL type: floatzLimitAngleMin- WebIDL type: floatzLimitAngleMax- WebIDL type: floatspring- WebIDL type:PxSpring[Const, Ref]
-
-
Method Detail
-
wrapPointer
public static PxJointLimitPyramid wrapPointer(long address)
-
destroy
public void destroy()
-
getYAngleMin
public float getYAngleMin()
- Returns:
- WebIDL type: float
-
setYAngleMin
public void setYAngleMin(float value)
- Parameters:
value- WebIDL type: float
-
getYAngleMax
public float getYAngleMax()
- Returns:
- WebIDL type: float
-
setYAngleMax
public void setYAngleMax(float value)
- Parameters:
value- WebIDL type: float
-
getZAngleMin
public float getZAngleMin()
- Returns:
- WebIDL type: float
-
setZAngleMin
public void setZAngleMin(float value)
- Parameters:
value- WebIDL type: float
-
getZAngleMax
public float getZAngleMax()
- Returns:
- WebIDL type: float
-
setZAngleMax
public void setZAngleMax(float value)
- Parameters:
value- WebIDL type: float
-
-