Package physx.vehicle
Class PxWheelQueryResult
- java.lang.Object
-
- physx.NativeObject
-
- physx.vehicle.PxWheelQueryResult
-
public class PxWheelQueryResult extends NativeObject
-
-
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 PxWheelQueryResult()protectedPxWheelQueryResult(long address)
-
Method Summary
-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxWheelQueryResult wrapPointer(long address)
-
destroy
public void destroy()
-
setSuspLineStart
public void setSuspLineStart(PxVec3 value)
- Parameters:
value- WebIDL type:PxVec3[Value]
-
setSuspLineDir
public void setSuspLineDir(PxVec3 value)
- Parameters:
value- WebIDL type:PxVec3[Value]
-
getSuspLineLength
public float getSuspLineLength()
- Returns:
- WebIDL type: float
-
setSuspLineLength
public void setSuspLineLength(float value)
- Parameters:
value- WebIDL type: float
-
getIsInAir
public boolean getIsInAir()
- Returns:
- WebIDL type: boolean
-
setIsInAir
public void setIsInAir(boolean value)
- Parameters:
value- WebIDL type: boolean
-
setTireContactActor
public void setTireContactActor(PxActor value)
- Parameters:
value- WebIDL type:PxActor
-
setTireContactShape
public void setTireContactShape(PxShape value)
- Parameters:
value- WebIDL type:PxShape
-
getTireSurfaceMaterial
public PxMaterial getTireSurfaceMaterial()
- Returns:
- WebIDL type:
PxMaterial[Const]
-
setTireSurfaceMaterial
public void setTireSurfaceMaterial(PxMaterial value)
- Parameters:
value- WebIDL type:PxMaterial[Const]
-
getTireSurfaceType
public int getTireSurfaceType()
- Returns:
- WebIDL type: unsigned long
-
setTireSurfaceType
public void setTireSurfaceType(int value)
- Parameters:
value- WebIDL type: unsigned long
-
setTireContactPoint
public void setTireContactPoint(PxVec3 value)
- Parameters:
value- WebIDL type:PxVec3[Value]
-
setTireContactNormal
public void setTireContactNormal(PxVec3 value)
- Parameters:
value- WebIDL type:PxVec3[Value]
-
getTireFriction
public float getTireFriction()
- Returns:
- WebIDL type: float
-
setTireFriction
public void setTireFriction(float value)
- Parameters:
value- WebIDL type: float
-
getSuspJounce
public float getSuspJounce()
- Returns:
- WebIDL type: float
-
setSuspJounce
public void setSuspJounce(float value)
- Parameters:
value- WebIDL type: float
-
getSuspSpringForce
public float getSuspSpringForce()
- Returns:
- WebIDL type: float
-
setSuspSpringForce
public void setSuspSpringForce(float value)
- Parameters:
value- WebIDL type: float
-
setTireLongitudinalDir
public void setTireLongitudinalDir(PxVec3 value)
- Parameters:
value- WebIDL type:PxVec3[Value]
-
setTireLateralDir
public void setTireLateralDir(PxVec3 value)
- Parameters:
value- WebIDL type:PxVec3[Value]
-
getLongitudinalSlip
public float getLongitudinalSlip()
- Returns:
- WebIDL type: float
-
setLongitudinalSlip
public void setLongitudinalSlip(float value)
- Parameters:
value- WebIDL type: float
-
getLateralSlip
public float getLateralSlip()
- Returns:
- WebIDL type: float
-
setLateralSlip
public void setLateralSlip(float value)
- Parameters:
value- WebIDL type: float
-
getSteerAngle
public float getSteerAngle()
- Returns:
- WebIDL type: float
-
setSteerAngle
public void setSteerAngle(float value)
- Parameters:
value- WebIDL type: float
-
getLocalPose
public PxTransform getLocalPose()
- Returns:
- WebIDL type:
PxTransform[Value]
-
setLocalPose
public void setLocalPose(PxTransform value)
- Parameters:
value- WebIDL type:PxTransform[Value]
-
-