webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
gl::Vector4 Struct Reference

#include <mathutil.h>

Public Member Functions

 Vector4 ()
 
 Vector4 (float x, float y, float z, float w)
 

Public Attributes

float x
 
float y
 
float z
 
float w
 

Constructor & Destructor Documentation

◆ Vector4() [1/2]

gl::Vector4::Vector4 ( )
inline

◆ Vector4() [2/2]

gl::Vector4::Vector4 ( float  x,
float  y,
float  z,
float  w 
)
inline

Member Data Documentation

◆ w

float gl::Vector4::w

◆ x

float gl::Vector4::x

◆ y

float gl::Vector4::y

◆ z

float gl::Vector4::z

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