Uses of Record Class
club.doki7.openxr.datatype.XrQuaternionf.Ptr
Packages that use XrQuaternionf.Ptr
-
Uses of XrQuaternionf.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrQuaternionf.PtrModifier and TypeMethodDescriptionstatic XrQuaternionf.PtrXrQuaternionf.Ptr.at(long index, @NotNull Consumer<@NotNull XrQuaternionf> consumer) @NotNull XrQuaternionf.PtrXrQuaternionf.Ptr.offset(long offset) @NotNull XrQuaternionf.PtrXrQuaternionf.Ptr.reinterpret(long newSize) Assume theXrQuaternionf.Ptris capable of holding at leastnewSizestructures, create a new viewXrQuaternionf.Ptrthat uses the same backing storage as thisXrQuaternionf.Ptr, but with the new size.XrQuaternionf.Ptr.slice(long end) @NotNull XrQuaternionf.PtrXrQuaternionf.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).