Home
last modified time | relevance | path

Searched defs:Parabola (Results 1 – 25 of 38) sorted by relevance

12

/dports/games/openlierox/OpenLieroX/include/
H A DMathLib.h165 Parabola() : a(0), b(0), c(0) {} in Parabola() function
166 Parabola(float pa, float pb, float pc) : a(pa), b(pb), c(pc) {} in Parabola() function
167 Parabola(const Parabola& p) { a = p.a; b = p.b; c = p.c; } in Parabola() function
/dports/cad/opencascade/opencascade-7.6.0/src/GccInt/
H A DGccInt_BParab.cxx36 Parabola() const { return par; } in Parabola() function in GccInt_BParab
H A DGccInt_Bisec.cxx52 Parabola() const { in Parabola() function in GccInt_Bisec
/dports/www/wt/wt-4.6.1/examples/chart3D/
H A DNumericalExample.h26 class Parabola; variable
/dports/games/openlierox/OpenLieroX/src/common/
H A DMathLib.cpp176 Parabola::Parabola(CVec p1, CVec p2, CVec p3) in Parabola() function in Parabola
198 Parabola::Parabola(CVec p1, float angleP1, CVec p2) in Parabola() function in Parabola
/dports/science/py-GPy/GPy-1.10.0/GPy/testing/
H A Dgp_tests.py76 class Parabola(Mapping): class
H A Dtp_tests.py36 class Parabola(Mapping): class
/dports/math/py-sympy/sympy-1.9/sympy/geometry/
H A Dparabola.py18 class Parabola(GeometrySet): class
/dports/cad/opencascade/opencascade-7.6.0/src/ProjLib/
H A DProjLib_Projector.cxx181 const gp_Parab2d& ProjLib_Projector::Parabola()const in Parabola() function in ProjLib_Projector
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DShapePersistent_Geom2d_Curve.hxx158 typedef instance<Conic, Geom2d_Parabola , gp_Parab2d> Parabola; typedef in ShapePersistent_Geom2d_Curve
H A DShapePersistent_Geom_Curve.hxx156 typedef instance<Conic, Geom_Parabola , gp_Parab> Parabola; typedef in ShapePersistent_Geom_Curve
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DShapePersistent_Geom2d_Curve.hxx177 typedef instance<Conic, Geom2d_Parabola , gp_Parab2d> Parabola; typedef in ShapePersistent_Geom2d_Curve
H A DShapePersistent_Geom_Curve.hxx175 typedef instance<Conic, Geom_Parabola , gp_Parab> Parabola; typedef in ShapePersistent_Geom_Curve
/dports/cad/opencascade/opencascade-7.6.0/src/Adaptor2d/
H A DAdaptor2d_Curve2d.cxx312 gp_Parab2d Adaptor2d_Curve2d::Parabola() const in Parabola() function in Adaptor2d_Curve2d
H A DAdaptor2d_Line2d.cxx328 gp_Parab2d Adaptor2d_Line2d::Parabola() const in Parabola() function in Adaptor2d_Line2d
/dports/cad/opencascade/opencascade-7.6.0/src/ShapePersistent/
H A DShapePersistent_Geom2d_Curve.hxx177 typedef instance<Conic, Geom2d_Parabola , gp_Parab2d> Parabola; typedef in ShapePersistent_Geom2d_Curve
H A DShapePersistent_Geom_Curve.hxx175 typedef instance<Conic, Geom_Parabola , gp_Parab> Parabola; typedef in ShapePersistent_Geom_Curve
/dports/cad/opencascade/opencascade-7.6.0/src/Adaptor3d/
H A DAdaptor3d_Curve.cxx298 gp_Parab Adaptor3d_Curve::Parabola() const in Parabola() function in Adaptor3d_Curve
/dports/cad/opencascade/opencascade-7.6.0/src/BiTgte/
H A DBiTgte_CurveOnVertex.cxx321 gp_Parab BiTgte_CurveOnVertex::Parabola() const in Parabola() function in BiTgte_CurveOnVertex
H A DBiTgte_CurveOnEdge.cxx371 gp_Parab BiTgte_CurveOnEdge::Parabola() const in Parabola() function in BiTgte_CurveOnEdge
/dports/cad/opencascade/opencascade-7.6.0/src/Geom2d/
H A DGeom2d_Parabola.cxx36 typedef Geom2d_Parabola Parabola; typedef
/dports/cad/opencascade/opencascade-7.6.0/src/Geom/
H A DGeom_Parabola.cxx35 typedef Geom_Parabola Parabola; typedef
/dports/science/elmerfem/elmerfem-release-9.0/elmerice/UserFunctions/
H A DUSF_ShapeFactor.F90100 LOGICAL :: Parabola, Rectangle, Computed=.TRUE. local
/dports/cad/opencascade/opencascade-7.6.0/src/ChFiDS/
H A DChFiDS_ElSpine.cxx518 gp_Parab ChFiDS_ElSpine::Parabola() const in Parabola() function in ChFiDS_ElSpine
/dports/cad/opencascade/opencascade-7.6.0/src/BRepAdaptor/
H A DBRepAdaptor_Curve.cxx592 gp_Parab BRepAdaptor_Curve::Parabola() const in Parabola() function in BRepAdaptor_Curve

12