Uses of Record Class
club.doki7.openxr.datatype.XrVector3f.Ptr
Packages that use XrVector3f.Ptr
-
Uses of XrVector3f.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrVector3f.PtrModifier and TypeMethodDescriptionstatic XrVector3f.PtrXrVector3f.Ptr.at(long index, @NotNull Consumer<@NotNull XrVector3f> consumer) XrWorldMeshBlockML.normalBuffer(int assumedCount) @NotNull XrVector3f.PtrXrVector3f.Ptr.offset(long offset) XrHandCapsuleFB.points()@NotNull XrVector3f.PtrXrVector3f.Ptr.reinterpret(long newSize) Assume theXrVector3f.Ptris capable of holding at leastnewSizestructures, create a new viewXrVector3f.Ptrthat uses the same backing storage as thisXrVector3f.Ptr, but with the new size.XrVector3f.Ptr.slice(long end) @NotNull XrVector3f.PtrXrVector3f.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).XrTriangleMeshCreateInfoFB.vertexBuffer(int assumedCount) XrWorldMeshBlockML.vertexBuffer(int assumedCount) XrHandTrackingMeshFB.vertexNormals(int assumedCount) XrHandTrackingMeshFB.vertexPositions(int assumedCount) XrPassthroughMeshTransformInfoHTC.vertices(int assumedCount) XrSceneMeshVertexBufferMSFT.vertices(int assumedCount) XrSpaceTriangleMeshMETA.vertices(int assumedCount) XrSpatialEntityComponentDataTriangleMeshBD.vertices(int assumedCount) Methods in club.doki7.openxr.datatype with parameters of type XrVector3f.PtrMethod parameters in club.doki7.openxr.datatype with type arguments of type XrVector3f.PtrModifier and TypeMethodDescriptionXrHandCapsuleFB.points(@NotNull Consumer<XrVector3f.Ptr> consumer)