Module de.fabmax.physxjni
Package physx.vehicle2
Class PxVehiclePhysXSuspensionLimitConstraintParams.Raw
java.lang.Object
physx.vehicle2.PxVehiclePhysXSuspensionLimitConstraintParams.Raw
- Enclosing class:
- PxVehiclePhysXSuspensionLimitConstraintParams
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static intgetDirectionForSuspensionLimitConstraint(long address) static floatgetRestitution(long address) static booleanisValid(long address) static voidsetDirectionForSuspensionLimitConstraint(long address, int value) static voidsetRestitution(long address, float value) static longtransformAndScale(long address, long srcFrame, long trgFrame, long srcScale, long trgScale)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
destroy
public static void destroy(long address) -
getRestitution
public static float getRestitution(long address) -
setRestitution
public static void setRestitution(long address, float value) -
getDirectionForSuspensionLimitConstraint
public static int getDirectionForSuspensionLimitConstraint(long address) -
setDirectionForSuspensionLimitConstraint
public static void setDirectionForSuspensionLimitConstraint(long address, int value) -
transformAndScale
public static long transformAndScale(long address, long srcFrame, long trgFrame, long srcScale, long trgScale) -
isValid
public static boolean isValid(long address)
-