Home
last modified time | relevance | path

Searched defs:SetCenter (Results 1 – 25 of 163) sorted by relevance

1234567

/dports/cad/csxcad/CSXCAD-0.6.2-103-g3c4fb66/src/
H A DCSPrimSphere.cpp57 void CSPrimSphere::SetCenter(double x1, double x2, double x3) in SetCenter() function in CSPrimSphere
64 void CSPrimSphere::SetCenter(double x[3]) in SetCenter() function in CSPrimSphere
70 void CSPrimSphere::SetCenter(std::string x1, std::string x2, std::string x3) in SetCenter() function in CSPrimSphere
77 void CSPrimSphere::SetCenter(std::string x[3]) in SetCenter() function in CSPrimSphere
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Urho2D/
H A DCollisionCircle2D.cpp71 void CollisionCircle2D::SetCenter(const Vector2& center) in SetCenter() function in Urho3D::CollisionCircle2D
82 void CollisionCircle2D::SetCenter(float x, float y) in SetCenter() function in Urho3D::CollisionCircle2D
H A DCollisionBox2D.cpp80 void CollisionBox2D::SetCenter(const Vector2& center) in SetCenter() function in Urho3D::CollisionBox2D
91 void CollisionBox2D::SetCenter(float x, float y) in SetCenter() function in Urho3D::CollisionBox2D
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/actions/
H A Drs_actiondrawcircle.h47 SetCenter, /**< Setting the center point. */ enumerator
H A Drs_actiondrawcirclecr.h47 SetCenter, /**< Setting the center point. */ enumerator
H A Drs_actiondrawellipsecenter3points.h40 SetCenter=0, // Setting the Center. */ enumerator
H A Drs_actiondrawcircletan2.h45 SetCenter // select the closest tangential Circle. */ enumerator
H A Drs_actiondrawcircletan3.h48 SetCenter // select the closest tangential Circle. */ enumerator
H A Drs_actiondrawellipseaxis.h45 SetCenter, /**< Setting the center. */ enumerator
H A Drs_actiondrawarc.h47 SetCenter, /**< Setting the center point. */ enumerator
H A Drs_actiondrawcircletan2_1p.h46 SetCenter enumerator
H A Drs_actiondrawcircletan1_2p.h45 SetCenter // Setting the internal or external tangent circle's center. */ enumerator
H A Dlc_actiondrawlinepolygon3.h43 SetCenter, /**< Setting center. */ enumerator
H A Drs_actiondrawlinepolygon.h41 SetCenter, /**< Setting center. */ enumerator
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/gui/
H A Dstatusbar.cpp26 void StatusBar::SetCenter( s32 cx, s32 cy ) in SetCenter() function in StatusBar
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/include/FUtils/
H A DFUBoundingSphere.h68 inline void SetCenter(const FMVector3& _center) { center = _center; } in SetCenter() function
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/src/FCollada/FUtils/
H A DFUBoundingSphere.h68 inline void SetCenter(const FMVector3& _center) { center = _center; } in SetCenter() function
/dports/cad/opencascade/opencascade-7.6.0/src/Vrml/
H A DVrml_LOD.cxx48 void Vrml_LOD::SetCenter(const gp_Vec& aCenter) in SetCenter() function in Vrml_LOD
H A DVrml_Texture2Transform.cxx71 void Vrml_Texture2Transform::SetCenter(const gp_Vec2d& aCenter) in SetCenter() function in Vrml_Texture2Transform
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/maps/
H A Dposition.cpp36 void MapPosition::SetCenter( const fheroes2::Point & pt ) in SetCenter() function in MapPosition
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkSphereWidget.h151 void SetCenter(double x, double y, double z) in SetCenter() function
155 void SetCenter(double x[3]) in SetCenter() function
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkSphereWidget.h144 void SetCenter(double x, double y, double z) { this->SphereSource->SetCenter(x, y, z); } in SetCenter() function
145 void SetCenter(double x[3]) { this->SetCenter(x[0], x[1], x[2]); } in SetCenter() function
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/
H A DvtkSphereWidget.h135 void SetCenter(double x, double y, double z) in SetCenter() function
139 void SetCenter(double x[3]) in SetCenter() function
/dports/cad/horizon-eda/horizon-2.1.0/3rd_party/router/include/geometry/
H A Dshape_circle.h74 void SetCenter( const VECTOR2I& aCenter ) in SetCenter() function
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DVrmlData_TextureTransform.hxx69 inline void SetCenter (const gp_XY& V) { myCenter = V; } in SetCenter() function in VrmlData_TextureTransform

1234567