Uses of Record Class
club.doki7.openxr.datatype.XrQuaternionf
Packages that use XrQuaternionf
-
Uses of XrQuaternionf in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrQuaternionfModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrQuaternionfstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrQuaternionfModifier and TypeMethodDescriptionstatic XrQuaternionf@NotNull XrQuaternionfXrQuaternionf.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrQuaternionfXrQuaternionf.clone(Arena arena, XrQuaternionf src) @NotNull XrQuaternionfXrCompositionLayerCubeKHR.orientation()@NotNull XrQuaternionfXrPosef.orientation()XrQuaternionf.Ptr.toArray()XrQuaternionf.w(float value) XrQuaternionf.x(float value) XrQuaternionf.y(float value) XrQuaternionf.z(float value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrQuaternionfMethods in club.doki7.openxr.datatype with parameters of type XrQuaternionfModifier and TypeMethodDescriptionstatic XrQuaternionfXrQuaternionf.clone(Arena arena, XrQuaternionf src) XrCompositionLayerCubeKHR.orientation(@NotNull XrQuaternionf value) XrPosef.orientation(@NotNull XrQuaternionf value) voidXrQuaternionf.Ptr.write(long index, @NotNull XrQuaternionf value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrQuaternionfModifier and TypeMethodDescriptionXrQuaternionf.Ptr.at(long index, @NotNull Consumer<@NotNull XrQuaternionf> consumer) XrCompositionLayerCubeKHR.orientation(Consumer<@NotNull XrQuaternionf> consumer) XrPosef.orientation(Consumer<@NotNull XrQuaternionf> consumer)