files/en-us/web/api/domquad/p1/index.md
{{APIRef("Geometry Interfaces")}}{{AvailableInWorkers}}
The DOMQuad interface's p1 property holds the {{domxref("DOMPoint")}} object that represents one of the four corners of the DOMQuad. When created from {{domxref("DOMQuad.fromRect_static", "DOMQuad.fromRect()")}}, it is the point (x, y).
The {{domxref("DOMPoint")}} object includes the following double-precision floating-point values:
Each of these values is unrestricted, meaning that it is allowed to be infinite or invalid (that is, its value may be {{jsxref("NaN")}} or {{jsxref("Infinity", "±Infinity")}}).
{{Specifications}}
{{Compat}}
DOMPoint properties: {{domxref("DOMQuad.p2", "p2")}},
{{domxref("DOMQuad.p3", "p3")}}, and {{domxref("DOMQuad.p4", "p4")}}.