OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InterpolatedAxisAngleRotation
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/gfx/
interpolated_transform.cc
163
//
InterpolatedAxisAngleRotation
166
InterpolatedAxisAngleRotation
::
InterpolatedAxisAngleRotation
(
176
InterpolatedAxisAngleRotation
::
InterpolatedAxisAngleRotation
(
188
InterpolatedAxisAngleRotation
::~
InterpolatedAxisAngleRotation
() {}
191
InterpolatedAxisAngleRotation
::InterpolateButDoNotCompose(float t) const {
interpolated_transform.h
107
// class
InterpolatedAxisAngleRotation
112
class UI_EXPORT
InterpolatedAxisAngleRotation
: public InterpolatedTransform {
114
InterpolatedAxisAngleRotation
(const gfx::Vector3dF& axis,
117
InterpolatedAxisAngleRotation
(const gfx::Vector3dF& axis,
122
virtual ~
InterpolatedAxisAngleRotation
();
132
DISALLOW_COPY_AND_ASSIGN(
InterpolatedAxisAngleRotation
);
Completed in 91 milliseconds