@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface XRRayDirectionInit
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XRRayDirectionInit.Builder |
| Modifier and Type | Method and Description |
|---|---|
static XRRayDirectionInit.Builder |
of() |
void |
setW(double w) |
void |
setX(double x) |
void |
setY(double y) |
void |
setZ(double z) |
double |
w() |
double |
x() |
double |
y() |
double |
z() |
@JsOverlay @Nonnull static XRRayDirectionInit.Builder of()
@JsProperty(name="w") double w()
@JsProperty void setW(double w)
@JsProperty(name="x") double x()
@JsProperty void setX(double x)
@JsProperty(name="y") double y()
@JsProperty void setY(double y)
@JsProperty(name="z") double z()
@JsProperty void setZ(double z)