MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / TEST

Function TEST

tests/src/Base/Matrix.cpp:8–13  ·  view source on GitHub ↗

NOLINTBEGIN(cppcoreguidelines-*,readability-magic-numbers) clang-format off

Source from the content-addressed store, hash-verified

6// NOLINTBEGIN(cppcoreguidelines-*,readability-magic-numbers)
7// clang-format off
8TEST(Matrix, TestShearing)
9{
10 Base::Matrix4D mat;
11 mat.setRow(1, Base::Vector3d(0, 1, 1));
12 EXPECT_EQ(mat.hasScale(), Base::ScaleType::Other);
13}
14
15TEST(Matrix, TestMultLeftRight)
16{

Callers

nothing calls this directly

Calls 15

Vector3dClass · 0.85
sinFunction · 0.85
cosFunction · 0.85
toRadiansFunction · 0.85
rotXMethod · 0.80
getColMethod · 0.80
setToUnityMethod · 0.80
rotYMethod · 0.80
rotZMethod · 0.80
determinant3Method · 0.80
rotLineMethod · 0.80
NormalizeMethod · 0.80

Tested by

no test coverage detected