Skip to main content

dom_point_ctor

Function dom_point_ctor 

Source
pub(crate) fn dom_point_ctor(
    _it: &mut Interp,
    _t: Value,
    a: &[Value],
) -> Result<Value, Value>
Expand description

new DOMPoint(x, y, z, w)(幾何形体プリミティブ。2026-07-17 発見、2026-07-21 拡張)。 仕様どおり z/w 省略時の既定値はそれぞれ 0/1DOMPointReadOnly も同形状で代用。 matrixTransform(matrix)DOMMatrix による座標変換に対応。