files/en-us/web/api/domquad/p3/index.md
{{APIRef("Geometry Interfaces")}}{{AvailableInWorkers}}
The DOMQuad interface's p3 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 + width, y + height).
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.p1", "p1")}},
{{domxref("DOMQuad.p2", "p2")}}, and {{domxref("DOMQuad.p4", "p4")}}.