Home
last modified time | relevance | path

Searched refs:SquareLength (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/include/fxcrt/
Dfx_coordinates.h152 baseType SquareLength() const in SquareLength() function
214 FXSYS_assert(v1.SquareLength() != 0 && v2.SquareLength() != 0); in Cosine()
216 return dotProduct / (FX_FLOAT)FXSYS_sqrt(v1.SquareLength() * v2.SquareLength()); in Cosine()