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

  /external/jmonkeyengine/engine/src/core/com/jme3/shader/
VarType.java 39 Vector3,
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformationMatrix.cpp 71 typedef double Vector3[3];
254 static double v3Length(Vector3 a)
259 static void v3Scale(Vector3 v, double desiredLength)
270 static double v3Dot(const Vector3 a, const Vector3 b)
277 static void v3Combine(const Vector3 a, const Vector3 b, Vector3 result, double ascl, double bscl)
285 static void v3Cross(const Vector3 a, const Vector3 b, Vector3 result
    [all...]

Completed in 129 milliseconds