Home
last modified time | relevance | path

Searched refs:deg45 (Results 1 – 12 of 12) sorted by relevance

/dports/cad/librepcb/librepcb-0.1.6/tests/unittests/common/pnp/
H A Dpickplacecsvwritertest.cpp47 Point(-1000000, -2000000), -Angle::deg45(), in createData()
50 Point(1000000, 2000000), Angle::deg45(), in createData()
54 Angle::deg45(), in createData()
/dports/cad/librepcb/librepcb-0.1.6/tests/unittests/common/geometry/
H A Dvertextest.cpp51 EXPECT_EQ(Angle::deg45(), obj.getAngle()); in TEST_F()
59 EXPECT_EQ(Angle::deg45(), obj.getAngle()); in TEST_F()
H A Dtexttest.cpp60 EXPECT_EQ(Angle::deg45(), obj.getRotation()); in TEST_F()
77 EXPECT_EQ(Angle::deg45(), obj.getRotation()); in TEST_F()
H A Dstroketexttest.cpp63 EXPECT_EQ(Angle::deg45(), obj.getRotation()); in TEST_F()
86 EXPECT_EQ(Angle::deg45(), obj.getRotation()); in TEST_F()
/dports/cad/librepcb/librepcb-0.1.6/tests/unittests/library/sym/
H A Dsymbolpintest.cpp58 EXPECT_EQ(Angle::deg45(), obj.getRotation()); in TEST_F()
72 EXPECT_EQ(Angle::deg45(), obj.getRotation()); in TEST_F()
/dports/games/avp/avp-20170505/src/avp/win95/
H A Dsystem.h83 #define deg45 512 macro
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/common/graphics/
H A Dholegraphicsitem.cpp56 mOriginCrossGraphicsItem->setRotation(Angle::deg45()); in HoleGraphicsItem()
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Simulation/Test/
H A DtestContactGeometry.cpp501 const Real deg45 = 0.25 * SimTK::Pi; in testIntermediateFrames() local
554 SimTK::Transform(SimTK::Rotation(-deg45, SimTK::ZAxis))); in testIntermediateFrames()
559 *platformOffset, Vec3(0, 0, -deg45)); in testIntermediateFrames()
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/common/cam/
H A Dgerberaperturelist.cpp184 Angle rotationModulo = (w == h) ? Angle::deg45() : Angle::deg180(); in addOctagon()
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/common/units/
H A Dangle.h355 static Angle deg45() noexcept { return Angle(45000000); } ///< 45 degrees in deg45() function
/dports/cad/librepcb/librepcb-0.1.6/tests/unittests/common/cam/
H A Dgerberaperturelisttest.cpp666 -Angle::deg135(), -Angle::deg90(), -Angle::deg45(), Angle::deg0(), in TEST_F()
667 Angle::deg45(), Angle::deg90(), Angle::deg135(), Angle::deg180(), in TEST_F()
/dports/games/avp/avp-20170505/src/
H A Dmaths.c1646 angle=deg45; in ArcTan()