Home
last modified time | relevance | path

Searched defs:Vector3 (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/wtf/
DVector3.h38 Vector3() in Vector3() function
45 Vector3(double x, double y, double z) in Vector3() function
52 Vector3(const float p[3]) in Vector3() function
59 Vector3(const double p[3]) in Vector3() function
/external/webkit/WebCore/platform/graphics/transforms/
DTransformationMatrix.cpp58 typedef double Vector3[3]; typedef