Uses of Record Class
club.doki7.openxr.datatype.XrVector4f
Packages that use XrVector4f
-
Uses of XrVector4f in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrVector4fModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrVector4f
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrVector4fModifier and TypeMethodDescriptionstatic XrVector4f
@NotNull XrVector4f
XrVector4f.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrVector4f
XrVector4f.clone
(Arena arena, XrVector4f src) @NotNull XrVector4f
XrFrameSynthesisInfoEXT.motionVectorOffset()
@NotNull XrVector4f
XrFrameSynthesisInfoEXT.motionVectorScale()
XrVector4f.Ptr.toArray()
@Nullable XrVector4f
XrHandTrackingMeshFB.vertexBlendWeights()
XrVector4f.w
(float value) XrVector4f.x
(float value) XrVector4f.y
(float value) XrVector4f.z
(float value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrVector4fMethods in club.doki7.openxr.datatype with parameters of type XrVector4fModifier and TypeMethodDescriptionstatic XrVector4f
XrVector4f.clone
(Arena arena, XrVector4f src) XrFrameSynthesisInfoEXT.motionVectorOffset
(@NotNull XrVector4f value) XrFrameSynthesisInfoEXT.motionVectorScale
(@NotNull XrVector4f value) void
XrVector4f.Ptr.write
(long index, @NotNull XrVector4f value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrVector4fModifier and TypeMethodDescriptionXrVector4f.Ptr.at
(long index, @NotNull Consumer<@NotNull XrVector4f> consumer) XrFrameSynthesisInfoEXT.motionVectorOffset
(Consumer<@NotNull XrVector4f> consumer) XrFrameSynthesisInfoEXT.motionVectorScale
(Consumer<@NotNull XrVector4f> consumer)