Package jolt.geometry
Class OrientedBox
java.lang.Object
jolt.BaseJoltNative
jolt.SegmentedJoltNative
jolt.geometry.OrientedBox
- All Implemented Interfaces:
JoltNative
OrientedBox relies on preview features of the Java platform:
OrientedBoxrefers 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 OrientedBoxat(MemorySegmentPREVIEW segment) static OrientedBoxat(MemorySessionPREVIEW alloc, MemoryAddressPREVIEW addr) static OrientedBoxof(SegmentAllocatorPREVIEW alloc) static OrientedBoxof(SegmentAllocatorPREVIEW alloc, FMat44 orientation, FVec3 halfExtents) voidread(MemorySegmentPREVIEW segment) voidread(OrientedBox b) voidsetHalfExtent(FVec3 halfExtent) voidsetOrientation(FMat44 orientation) toString()voidwrite(MemorySegmentPREVIEW segment) Methods inherited from class jolt.SegmentedJoltNative
addressMethods inherited from class jolt.BaseJoltNative
equals, hashCode
OrientedBoxwhen preview features are enabled.