Package jolt.geometry
Class AABoxCast
java.lang.Object
jolt.BaseJoltNative
jolt.SegmentedJoltNative
jolt.geometry.AABoxCast
- All Implemented Interfaces:
JoltNative
AABoxCast relies on preview features of the Java platform:
AABoxCastrefers 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 AABoxCastat(MemorySegmentPREVIEW segment) static AABoxCastat(MemorySessionPREVIEW alloc, MemoryAddressPREVIEW addr) getBox()static AABoxCastof(SegmentAllocatorPREVIEW alloc) static AABoxCastof(SegmentAllocatorPREVIEW alloc, AABox box, FVec3 direction) voidread(MemorySegmentPREVIEW segment) voidvoidvoidsetDirection(FVec3 direction) toString()voidwrite(MemorySegmentPREVIEW segment) Methods inherited from class jolt.SegmentedJoltNative
addressMethods inherited from class jolt.BaseJoltNative
equals, hashCode
AABoxCastwhen preview features are enabled.