Searched refs:Vector3 (Results 1 – 4 of 4) sorted by relevance
71 typedef double Vector3[3]; typedef254 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()
8784 audio engine: add Vector3 class8787 * 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):
9027 Switch web audio code to use FloatPoint3D instead of Vector39030 * wtf/Vector3.h: Removed.15120 Fix namespace for wtf/Complex.h and wtf/Vector3.h15124 * wtf/Vector3.h:
4209 Switch web audio code to use FloatPoint3D instead of Vector366246 Expose Vector3 and associated operations66249 Rolling out earlier patch exposing Vector3 class in70412 Expose Vector3 and associated operations70422 (WebCore::Vector3::Vector3):70423 (WebCore::Vector3::x):70424 (WebCore::Vector3::y):70425 (WebCore::Vector3::z):70426 (WebCore::Vector3::setX):70427 (WebCore::Vector3::setY):[all …]