Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/transforms/
DTransformationMatrix.cpp71 typedef double Vector3[3]; typedef
254 static double v3Length(Vector3 a) in v3Length()
259 static void v3Scale(Vector3 v, double desiredLength) in v3Scale()
270 static double v3Dot(const Vector3 a, const Vector3 b) in v3Dot()
277 static void v3Combine(const Vector3 a, const Vector3 b, Vector3 result, double ascl, double bscl) in v3Combine()
285 static void v3Cross(const Vector3 a, const Vector3 b, Vector3 result) in v3Cross()
359 Vector3 row[3], pdum3; in decompose()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2010-05-248784 audio engine: add Vector3 class
8787 * wtf/Vector3.h: Added.
8788 (WebCore::Vector3::Vector3):
8789 (WebCore::Vector3::abs):
8790 (WebCore::Vector3::isZero):
8791 (WebCore::Vector3::normalize):
8792 (WebCore::Vector3::x):
8793 (WebCore::Vector3::y):
8794 (WebCore::Vector3::z):
DChangeLog-2011-02-169027 Switch web audio code to use FloatPoint3D instead of Vector3
9030 * wtf/Vector3.h: Removed.
15120 Fix namespace for wtf/Complex.h and wtf/Vector3.h
15124 * wtf/Vector3.h:
/external/webkit/Source/WebCore/
DChangeLog-2010-12-064209 Switch web audio code to use FloatPoint3D instead of Vector3
66246 Expose Vector3 and associated operations
66249 Rolling out earlier patch exposing Vector3 class in
70412 Expose Vector3 and associated operations
70422 (WebCore::Vector3::Vector3):
70423 (WebCore::Vector3::x):
70424 (WebCore::Vector3::y):
70425 (WebCore::Vector3::z):
70426 (WebCore::Vector3::setX):
70427 (WebCore::Vector3::setY):
[all …]