@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="DOMPoint")
public class DOMPoint
extends DOMPointReadOnly
| Modifier and Type | Field and Description |
|---|---|
double |
w
The DOMPoint interface's w property holds the point's perspective value, w, for a point in space.
|
double |
x
The DOMPoint interface's x property holds the horizontal coordinate, x, for a point in space.
|
double |
y
The DOMPoint interface's y property holds the vertical coordinate, y, for a point in space.
|
double |
z
The DOMPoint interface's z property specifies the depth coordinate of a point in space.
|
| Constructor and Description |
|---|
DOMPoint()
The DOMPoint() constructor creates and returns a new DOMPoint object, given the values for some or all of its properties.
|
DOMPoint(double x)
The DOMPoint() constructor creates and returns a new DOMPoint object, given the values for some or all of its properties.
|
DOMPoint(double x,
double y)
The DOMPoint() constructor creates and returns a new DOMPoint object, given the values for some or all of its properties.
|
DOMPoint(double x,
double y,
double z)
The DOMPoint() constructor creates and returns a new DOMPoint object, given the values for some or all of its properties.
|
DOMPoint(double x,
double y,
double z,
double w)
The DOMPoint() constructor creates and returns a new DOMPoint object, given the values for some or all of its properties.
|
| Modifier and Type | Method and Description |
|---|---|
static DOMPoint |
fromPoint() |
static DOMPoint |
fromPoint(DOMPointInit other) |
matrixTransform, matrixTransform, toJSON, w, x, y, zpublic double w
public double x
public double y
public double z
public DOMPoint(double x,
double y,
double z,
double w)
public DOMPoint(double x,
double y,
double z)
public DOMPoint(double x,
double y)
public DOMPoint(double x)
public DOMPoint()
@Nonnull public static DOMPoint fromPoint(@Nonnull DOMPointInit other)
@Nonnull public static DOMPoint fromPoint()