Package jolt.physics.collision
Class DRayCast
java.lang.Object
jolt.BaseJoltNative
jolt.SegmentedJoltNative
jolt.physics.collision.DRayCast
- All Implemented Interfaces:
JoltNative
DRayCast relies on preview features of the Java platform:
DRayCastrefers 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 DRayCastat(MemorySegmentPREVIEW segment) static DRayCastat(MemorySessionPREVIEW alloc, MemoryAddressPREVIEW addr) static DRayCastof(MemorySessionPREVIEW arena, DVec3 origin, FVec3 direction) static DRayCastof(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
DRayCastwhen preview features are enabled.