Package jolt.geometry
Class AABox
java.lang.Object
jolt.BaseJoltNative
jolt.SegmentedJoltNative
jolt.geometry.AABox
- All Implemented Interfaces:
JoltNative
AABox relies on preview features of the Java platform:
AABoxrefers 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 AABoxat(MemorySegmentPREVIEW segment) static AABoxat(MemorySessionPREVIEW alloc, MemoryAddressPREVIEW addr) getMax()getMin()static AABoxof(SegmentAllocatorPREVIEW alloc) static AABoxof(SegmentAllocatorPREVIEW alloc, FVec3 min, FVec3 max) voidread(MemorySegmentPREVIEW segment) voidvoidvoidtoString()voidwrite(MemorySegmentPREVIEW segment) Methods inherited from class jolt.SegmentedJoltNative
addressMethods inherited from class jolt.BaseJoltNative
equals, hashCode
AABoxwhen preview features are enabled.