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

#include <TiledBacking.h>

Public Member Functions

 VelocityData (double horizontal=0, double vertical=0, double scaleChange=0, MonotonicTime updateTime=MonotonicTime())
 
bool velocityOrScaleIsChanging () const
 
 VelocityData (double horizontal=0, double vertical=0, double scaleChange=0, MonotonicTime updateTime=MonotonicTime())
 
bool velocityOrScaleIsChanging () const
 

Public Attributes

double horizontalVelocity
 
double verticalVelocity
 
double scaleChangeRate
 
MonotonicTime lastUpdateTime
 

Constructor & Destructor Documentation

◆ VelocityData() [1/2]

WebCore::VelocityData::VelocityData ( double  horizontal = 0,
double  vertical = 0,
double  scaleChange = 0,
MonotonicTime  updateTime = MonotonicTime() 
)
inline

◆ VelocityData() [2/2]

WebCore::VelocityData::VelocityData ( double  horizontal = 0,
double  vertical = 0,
double  scaleChange = 0,
MonotonicTime  updateTime = MonotonicTime() 
)
inline

Member Function Documentation

◆ velocityOrScaleIsChanging() [1/2]

bool WebCore::VelocityData::velocityOrScaleIsChanging ( ) const
inline

◆ velocityOrScaleIsChanging() [2/2]

bool WebCore::VelocityData::velocityOrScaleIsChanging ( ) const
inline

Member Data Documentation

◆ horizontalVelocity

double WebCore::VelocityData::horizontalVelocity

◆ lastUpdateTime

MonotonicTime WebCore::VelocityData::lastUpdateTime

◆ scaleChangeRate

double WebCore::VelocityData::scaleChangeRate

◆ verticalVelocity

double WebCore::VelocityData::verticalVelocity

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