OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:length_2
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/cc/animation/
transform_operation.cc
50
double
length_2
= from->rotate.axis.x * from->rotate.axis.x +
local
57
if (
length_2
<= kAngleEpsilon || other_length_2 <= kAngleEpsilon)
63
double error = std::abs(1.0 - (dot * dot) / (
length_2
* other_length_2));
Completed in 704 milliseconds