Uses of Record Class
club.doki7.openxr.datatype.XrSpheref.Ptr
Packages that use XrSpheref.Ptr
-
Uses of XrSpheref.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrSpheref.PtrModifier and TypeMethodDescriptionstatic XrSpheref.Ptr
@NotNull XrSpheref.Ptr
XrSpheref.Ptr.offset
(long offset) @NotNull XrSpheref.Ptr
XrSpheref.Ptr.reinterpret
(long newSize) Assume theXrSpheref.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpheref.Ptr
that uses the same backing storage as thisXrSpheref.Ptr
, but with the new size.XrSpheref.Ptr.slice
(long end) @NotNull XrSpheref.Ptr
XrSpheref.Ptr.slice
(long start, long end) Note that this function uses theList.subList(int, int)
semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)
semantics (offset + newSize).