Package physx.physics
Class PxRaycastHit
- java.lang.Object
-
- physx.NativeObject
-
- physx.physics.PxActorShape
-
- physx.physics.PxQueryHit
-
- physx.physics.PxLocationHit
-
- physx.physics.PxRaycastHit
-
public class PxRaycastHit extends PxLocationHit
-
-
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 PxRaycastHit()protectedPxRaycastHit(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()floatgetU()floatgetV()voidsetU(float value)voidsetV(float value)static PxRaycastHitwrapPointer(long address)-
Methods inherited from class physx.physics.PxLocationHit
getDistance, getFlags, getNormal, getPosition, setDistance, setFlags, setNormal, setPosition
-
Methods inherited from class physx.physics.PxQueryHit
getFaceIndex, setFaceIndex
-
Methods inherited from class physx.physics.PxActorShape
getActor, getShape, setActor, setShape
-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxRaycastHit wrapPointer(long address)
-
destroy
public void destroy()
- Overrides:
destroyin classPxLocationHit
-
getU
public float getU()
- Returns:
- WebIDL type: float
-
setU
public void setU(float value)
- Parameters:
value- WebIDL type: float
-
getV
public float getV()
- Returns:
- WebIDL type: float
-
setV
public void setV(float value)
- Parameters:
value- WebIDL type: float
-
-