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.Ptr
XrQuaternionf.Ptr.at
(long index, @NotNull Consumer<@NotNull XrQuaternionf> consumer) @NotNull XrQuaternionf.Ptr
XrQuaternionf.Ptr.offset
(long offset) @NotNull XrQuaternionf.Ptr
XrQuaternionf.Ptr.reinterpret
(long newSize) Assume theXrQuaternionf.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrQuaternionf.Ptr
that uses the same backing storage as thisXrQuaternionf.Ptr
, but with the new size.XrQuaternionf.Ptr.slice
(long end) @NotNull XrQuaternionf.Ptr
XrQuaternionf.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).