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

  /device/google/contexthub/firmware/os/algos/common/math/
mat.h 19 * -) Mat33 structures for 3x3 dimensional matrices
23 * Note that the Mat33 and Mat44 utilities were ported from the Android
44 struct Mat33 {
61 void initZeroMatrix(struct Mat33 *A);
68 void initDiagonalMatrix(struct Mat33 *A, float x);
72 void initMatrixColumns(struct Mat33 *A, const struct Vec3 *v1,
77 void mat33Apply(struct Vec3 *out, const struct Mat33 *A, const struct Vec3 *v);
81 void mat33Multiply(struct Mat33 *out, const struct Mat33 *A,
82 const struct Mat33 *B)
    [all...]
  /external/eigen/unsupported/test/
alignedvector3.cpp 29 typedef Matrix<Scalar,3,3> Mat33;
34 Mat33 m1(Mat33::Random());

Completed in 81 milliseconds