Home
last modified time | relevance | path

Searched refs:Matrix4N (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dmatrix4.h25 class Matrix4N;
76 Matrix4N operator*(const Matrix4N& matrix) const;
117 class ACE_EXPORT Matrix4N { class
122 explicit Matrix4N(int32_t columns);
123 ~Matrix4N() = default;
132 inline Matrix4N& operator*(double num) in operator *()
215 Matrix4N Transpose() const;
H A Dmatrix4.cpp311 Matrix4N Matrix4::operator*(const Matrix4N& matrix) const in operator *()
314 Matrix4N matrix4n(columns); in operator *()
441 Matrix4N::Matrix4N(int32_t columns) : columns_(columns) in Matrix4N() function in OHOS::Ace::Matrix4N
446 bool Matrix4N::SetEntry(int32_t row, int32_t col, double value) in SetEntry()
455 Matrix4 Matrix4N::operator*(const MatrixN4& matrix) const in operator *()
473 MatrixN4 Matrix4N::Transpose() const in Transpose()
484 std::vector<double> Matrix4N::MapScalars(const std::vector<double>& src) const in MapScalars()
500 bool Matrix4N
[all...]
/foundation/arkui/ace_engine/test/unittest/base/
H A Dmatrix4_test.cpp134 * @tc.desc: Test the function SetEntry of the classes Matrix4, Matrix4N and MatrixN4.
152 * @tc.steps: Test the function SetEntry of the class Matrix4N. in HWTEST_F()
154 Matrix4N matrix4NObj1(COLUMN_NUM); in HWTEST_F()
172 * @tc.desc: Test the function Transpose of the classes Matrix4, Matrix4N and MatrixN4.
188 * @tc.steps: Test the function Transpose of the class Matrix4N. in HWTEST_F()
190 Matrix4N matrix4NObj1(COLUMN_NUM); in HWTEST_F()
239 * @tc.desc: Test the function MapScalars of the classes Matrix4N.
247 Matrix4N matrix4NObj1(COLUMN_NUM); in HWTEST_F()
340 * @tc.desc: Test the function operator* of classes Matrix4 and Matrix4N.
365 * @tc.steps: Test the function operator* of the class Matrix4 whose parameter is Matrix4N in HWTEST_F()
[all...]

Completed in 3 milliseconds