Home
last modified time | relevance | path

Searched defs:GetP1 (Results 1 – 15 of 15) sorted by relevance

/dports/devel/upp/upp/bazaar/DXF/
H A DLine.h24 Pointf const &GetP1(void) const { return p1; } in GetP1() function
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/3d-viewer/3d_rendering/raytracing/shapes2D/
H A Dtriangle_2d.h44 const SFVEC2F& GetP1() const { return p1; } in GetP1() function
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/libs/kimath/include/geometry/
H A Dshape_arc.h112 const VECTOR2I& GetP1() const { return m_end; } in GetP1() function
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vtools/dialogs/tools/
H A Ddialogcubicbezier.cpp290 const QSharedPointer<VPointF> DialogCubicBezier::GetP1() const in GetP1() function in DialogCubicBezier
H A Ddialogspline.cpp377 const QSharedPointer<VPointF> DialogSpline::GetP1() const in GetP1() function in DialogSpline
/dports/cad/horizon-eda/horizon-2.1.0/3rd_party/router/common/geometry/
H A Dshape_arc.cpp141 const VECTOR2I SHAPE_ARC::GetP1() const in GetP1() function in SHAPE_ARC
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vgeometry/
H A Dvcubicbezier.cpp151 VPointF VCubicBezier::GetP1() const in GetP1() function in VCubicBezier
H A Dvarc.cpp238 QPointF VArc::GetP1() const in GetP1() function in VArc
H A Dvellipticalarc.cpp242 QPointF VEllipticalArc::GetP1() const in GetP1() function in VEllipticalArc
H A Dvspline.cpp288 VPointF VSpline::GetP1() const in GetP1() function in VSpline
/dports/science/chrono/chrono-7.0.1/src/chrono/geometry/
H A DChRoundedBox.cpp60 ChVector<> ChRoundedBox::GetP1() const { in GetP1() function in chrono::geometry::ChRoundedBox
H A DChBox.cpp63 ChVector<> ChBox::GetP1() const { in GetP1() function in chrono::geometry::ChBox
/dports/devel/fpc-fcl-passrc/fpc-3.2.2/packages/fcl-passrc/tests/
H A Dtcclasstype.pas29 function GetP1: TPasProperty; in GetP1() function
221 function TTestClassType.GetP1: TPasProperty; in TTestClassType.GetP1() function
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-passrc/tests/
H A Dtcclasstype.pas29 function GetP1: TPasProperty; in GetP1() function
221 function TTestClassType.GetP1: TPasProperty; in TTestClassType.GetP1() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/common/
H A DglcBlendEquationAdvancedTests.cpp157 static float GetP1(const tcu::Vec4& src, const tcu::Vec4& dst) in GetP1() function