Package jolt.physics.collision
Class FRayCast
java.lang.Object
jolt.BaseJoltNative
jolt.SegmentedJoltNative
jolt.physics.collision.FRayCast
- All Implemented Interfaces:
JoltNative
FRayCast relies on preview features of the Java platform:
FRayCastrefers to one or more preview APIs:MemoryAddress,MemorySegment,MemorySession,SegmentAllocator.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
-
Field Summary
Fields inherited from class jolt.SegmentedJoltNative
handle -
Method Summary
Modifier and TypeMethodDescriptionstatic FRayCastat(MemorySegmentPREVIEW segment) static FRayCastat(MemorySessionPREVIEW alloc, MemoryAddressPREVIEW addr) static FRayCastof(MemorySessionPREVIEW arena, FVec3 origin, FVec3 direction) static FRayCastof(SegmentAllocatorPREVIEW alloc) voidread(MemorySegmentPREVIEW segment) voidvoidsetDirection(FVec3 direction) voidtoString()voidwrite(MemorySegmentPREVIEW segment) Methods inherited from class jolt.SegmentedJoltNative
addressMethods inherited from class jolt.BaseJoltNative
equals, hashCode
FRayCastwhen preview features are enabled.