Searched refs:Vector3 (Results 1 – 1 of 1) sorted by relevance
58 typedef double Vector3[3]; typedef241 static double v3Length(Vector3 a) in v3Length()246 static void v3Scale(Vector3 v, double desiredLength) in v3Scale()257 static double v3Dot(const Vector3 a, const Vector3 b) in v3Dot()264 static void v3Combine(const Vector3 a, const Vector3 b, Vector3 result, double ascl, double bscl) in v3Combine()272 static void v3Cross(const Vector3 a, const Vector3 b, Vector3 result) in v3Cross()346 Vector3 row[3], pdum3; in decompose()