Class XrSpatialAnchorsQueryInfoRadiusML

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<XrSpatialAnchorsQueryInfoRadiusML>
org.lwjgl.openxr.XrSpatialAnchorsQueryInfoRadiusML
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class XrSpatialAnchorsQueryInfoRadiusML extends org.lwjgl.system.Struct<XrSpatialAnchorsQueryInfoRadiusML> implements org.lwjgl.system.NativeResource
Information used to query for anchors.
Valid Usage (Implicit)
See Also

XrSpatialAnchorsQueryInfoBaseHeaderML, XrVector3f, QuerySpatialAnchorsAsyncML

Layout


 struct XrSpatialAnchorsQueryInfoRadiusML {
     XrStructureType type();
     void const * next();
     XrSpace baseSpace();
     XrVector3f center();
     XrTime time();
     float radius();
 }