java.lang.Object
physx.NativeObject
physx.physics.PxQueryHit
physx.physics.PxLocationHit
physx.physics.PxGeomRaycastHit
- Direct Known Subclasses:
PxRaycastHit
-
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 PxGeomRaycastHitarrayGet(long baseAddress, int index) voiddestroy()floatgetU()floatgetV()booleanvoidsetU(float value) voidsetV(float value) static PxGeomRaycastHitwrapPointer(long address) Methods inherited from class physx.physics.PxLocationHit
getDistance, getFlags, getNormal, getPosition, setDistance, setFlags, setNormal, setPositionMethods inherited from class physx.physics.PxQueryHit
getFaceIndex, setFaceIndexMethods 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
-
PxGeomRaycastHit
protected PxGeomRaycastHit() -
PxGeomRaycastHit
protected PxGeomRaycastHit(long address)
-
-
Method Details
-
wrapPointer
-
arrayGet
-
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
-
hadInitialOverlap
public boolean hadInitialOverlap()- Returns:
- WebIDL type: boolean
-