java.lang.Object
physx.NativeObject
physx.common.PxBase
physx.physics.PxArticulationTendon
physx.physics.PxArticulationSpatialTendon
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PxArticulationSpatialTendonarrayGet(long baseAddress, int index) createAttachment(PxArticulationAttachment parent, float coefficient, PxVec3 relativeOffset, PxArticulationLink link) voiddestroy()intstatic PxArticulationSpatialTendonwrapPointer(long address) Methods inherited from class physx.physics.PxArticulationTendon
getArticulation, getDamping, getLimitStiffness, getOffset, getStiffness, setDamping, setLimitStiffness, setOffset, setOffset, setStiffnessMethods inherited from class physx.common.PxBase
getBaseFlags, getConcreteType, getConcreteTypeName, isReleasable, release, setBaseFlag, setBaseFlagsMethods 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
-
PxArticulationSpatialTendon
protected PxArticulationSpatialTendon() -
PxArticulationSpatialTendon
protected PxArticulationSpatialTendon(long address)
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy()- Overrides:
destroyin classPxArticulationTendon
-
createAttachment
public PxArticulationAttachment createAttachment(PxArticulationAttachment parent, float coefficient, PxVec3 relativeOffset, PxArticulationLink link) - Parameters:
parent- WebIDL type:PxArticulationAttachmentcoefficient- WebIDL type: floatrelativeOffset- WebIDL type:PxVec3[Const, Ref]link- WebIDL type:PxArticulationLink- Returns:
- WebIDL type:
PxArticulationAttachment
-
getNbAttachments
public int getNbAttachments()- Returns:
- WebIDL type: unsigned long
-