webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
WebCore::DOMPointInit Struct Reference

#include <DOMPointInit.h>

Public Attributes

double x { 0 }
 
double y { 0 }
 
double z { 0 }
 
double w { 1 }
 

Member Data Documentation

◆ w

double WebCore::DOMPointInit::w { 1 }

◆ x

double WebCore::DOMPointInit::x { 0 }

◆ y

double WebCore::DOMPointInit::y { 0 }

◆ z

double WebCore::DOMPointInit::z { 0 }

The documentation for this struct was generated from the following file: