java.lang.Object
physx.extensions.PxGearJoint.Raw
- Enclosing class:
- PxGearJoint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static floatgetGearRatio(long address) static voidsetGearRatio(long address, float ratio) static booleansetHinges(long address, long hinge0, long hinge1)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
destroy
public static void destroy(long address) -
setHinges
public static boolean setHinges(long address, long hinge0, long hinge1) -
setGearRatio
public static void setGearRatio(long address, float ratio) -
getGearRatio
public static float getGearRatio(long address)
-