java.lang.Object
physx.NativeObject
physx.extensions.PxJointLimitParameters
physx.extensions.PxJointLimitPyramid
-
Nested Class Summary
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T> -
Field Summary
FieldsFields inherited from class physx.NativeObject
address, isExternallyAllocated, SIZEOF_BYTE, SIZEOF_DOUBLE, SIZEOF_FLOAT, SIZEOF_INT, SIZEOF_LONG, SIZEOF_POINTER, SIZEOF_SHORT -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPxJointLimitPyramid(float yLimitAngleMin, float yLimitAngleMax, float zLimitAngleMin, float zLimitAngleMax, PxSpring spring) protectedPxJointLimitPyramid(long address) -
Method Summary
Modifier and TypeMethodDescriptionstatic PxJointLimitPyramidarrayGet(long baseAddress, int index) voiddestroy()floatfloatfloatfloatvoidsetYAngleMax(float value) voidsetYAngleMin(float value) voidsetZAngleMax(float value) voidsetZAngleMin(float value) static PxJointLimitPyramidwrapPointer(long address) Methods inherited from class physx.extensions.PxJointLimitParameters
getBounceThreshold, getDamping, getRestitution, getStiffness, isSoft, isValid, setBounceThreshold, setDamping, setRestitution, setStiffnessMethods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
Field Details
-
SIZEOF
public static final int SIZEOF -
ALIGNOF
public static final int ALIGNOF- See Also:
-
-
Constructor Details
-
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 Details
-
wrapPointer
-
arrayGet
-
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
-