HomeSort by relevance Sort by last modified time
    Searched refs:resultZ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
TransformationMatrix.h 344 double resultZ;
345 multVecMatrix(sourcePoint.x(), sourcePoint.y(), sourcePoint.z(), resultX, resultY, resultZ);
346 return FloatPoint3D(static_cast<float>(resultX), static_cast<float>(resultY), static_cast<float>(resultZ));
TransformationMatrix.cpp     [all...]

Completed in 984 milliseconds