@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="XRRay")
public class XRRay
extends JsObject
| Constructor and Description |
|---|
XRRay() |
XRRay(DOMPointInit origin) |
XRRay(DOMPointInit origin,
XRRayDirectionInit direction) |
XRRay(XRRigidTransform transform) |
| Modifier and Type | Method and Description |
|---|---|
DOMPointReadOnly |
direction() |
Float32Array |
matrix() |
DOMPointReadOnly |
origin() |
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, valuespublic XRRay(@Nonnull
DOMPointInit origin,
@Nonnull
XRRayDirectionInit direction)
public XRRay(@Nonnull
DOMPointInit origin)
public XRRay()
public XRRay(@Nonnull
XRRigidTransform transform)
@JsProperty(name="direction") @Nonnull public DOMPointReadOnly direction()
@JsProperty(name="matrix") @Nonnull public Float32Array matrix()
@JsProperty(name="origin") @Nonnull public DOMPointReadOnly origin()