Home
last modified time | relevance | path

Searched refs:gp_XY (Results 1 – 25 of 452) sorted by relevance

12345678910>>...19

/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A Dgp_XY.hxx37 class gp_XY class
45 gp_XY();
103 void Add (const gp_XY& Other);
112 Standard_NODISCARD gp_XY Added (const gp_XY& Other) const;
113 Standard_NODISCARD gp_XY operator + (const gp_XY& Other) const in operator +()
194 Standard_NODISCARD gp_XY Multiplied (const gp_XY& Other) const;
239 …etLinearForm (const Standard_Real A1, const gp_XY& XY1, const Standard_Real A2, const gp_XY& XY2, …
245 void SetLinearForm (const Standard_Real A1, const gp_XY& XY1, const gp_XY& XY2);
251 void SetLinearForm (const gp_XY& XY1, const gp_XY& XY2);
265 Standard_NODISCARD gp_XY Subtracted (const gp_XY& Right) const;
[all …]
H A Dgp_XY.lxx22 inline gp_XY::gp_XY () : x(0.), y(0.) { }
24 inline gp_XY::gp_XY (const Standard_Real X,
76 inline void gp_XY::Add (const gp_XY& Other) {
81 inline gp_XY gp_XY::Added (const gp_XY& Other) const {
122 inline void gp_XY::Multiply (const gp_XY& Other)
140 inline gp_XY gp_XY::Multiplied (const gp_XY& Other) const {
159 inline gp_XY gp_XY::Normalized () const
170 inline gp_XY gp_XY::Reversed () const
192 inline void gp_XY::SetLinearForm (const gp_XY& Left,
207 inline void gp_XY::Subtract (const gp_XY& Right)
[all …]
H A DBRepMesh_CircleTool.hxx79 inline void SetMinMaxSize(const gp_XY& theMin, in SetMinMaxSize()
80 const gp_XY& theMax) in SetMinMaxSize()
106 Standard_EXPORT static Standard_Boolean MakeCircle(const gp_XY& thePoint1,
107 const gp_XY& thePoint2,
120 const gp_XY& thePoint1,
121 const gp_XY& thePoint2,
122 const gp_XY& thePoint3);
134 Standard_EXPORT IMeshData::ListOfInteger& Select(const gp_XY& thePoint);
143 const gp_XY& theLocation,
152 gp_XY myFaceMax;
[all …]
H A DBnd_B2d.hxx27 class gp_XY;
45 Bnd_B2d(const gp_XY& theCenter, const gp_XY& theHSize);
54 Standard_EXPORT void Add (const gp_XY& thePnt);
65 gp_XY CornerMin() const;
70 gp_XY CornerMax() const;
90 Standard_Boolean IsOut (const gp_XY& thePnt) const;
94 …Standard_EXPORT Standard_Boolean IsOut (const gp_XY& theCenter, const Standard_Real theRadius, con…
112 Standard_EXPORT Standard_Boolean IsOut (const gp_XY& theP0, const gp_XY& theP1) const;
124 void SetCenter (const gp_XY& theCenter);
128 void SetHSize (const gp_XY& theHSize);
H A DBnd_B2f.hxx28 class gp_XY;
46 Bnd_B2f(const gp_XY& theCenter, const gp_XY& theHSize);
55 Standard_EXPORT void Add (const gp_XY& thePnt);
66 gp_XY CornerMin() const;
71 gp_XY CornerMax() const;
91 Standard_Boolean IsOut (const gp_XY& thePnt) const;
95 …Standard_EXPORT Standard_Boolean IsOut (const gp_XY& theCenter, const Standard_Real theRadius, con…
113 Standard_EXPORT Standard_Boolean IsOut (const gp_XY& theP0, const gp_XY& theP1) const;
125 void SetCenter (const gp_XY& theCenter);
129 void SetHSize (const gp_XY& theHSize);
H A DIGESDimen_BasicDimension.hxx26 class gp_XY;
45 …st Standard_Integer nbPropVal, const gp_XY& lowerLeft, const gp_XY& lowerRight, const gp_XY& upper…
76 gp_XY theLowerLeft;
77 gp_XY theLowerRight;
78 gp_XY theUpperRight;
79 gp_XY theUpperLeft;
H A DVrmlData_TextureTransform.hxx46 inline const gp_XY& Center () const { return myCenter; } in Center()
56 inline const gp_XY& Scale () const { return myScale; } in Scale()
61 inline const gp_XY& Translation () const { return myTranslation; } in Translation()
66 inline void SetCenter (const gp_XY& V) { myCenter = V; } in SetCenter()
77 inline void SetScale (const gp_XY& V) { myScale = V; } in SetScale()
82 inline void SetTranslation (const gp_XY& V) { myTranslation = V; } in SetTranslation()
92 gp_XY myCenter;
94 gp_XY myScale;
95 gp_XY myTranslation;
H A Dgp_Mat2d.hxx29 class gp_XY;
47 Standard_EXPORT gp_Mat2d(const gp_XY& Col1, const gp_XY& Col2);
52 Standard_EXPORT void SetCol (const Standard_Integer Col, const gp_XY& Value);
55 Standard_EXPORT void SetCols (const gp_XY& Col1, const gp_XY& Col2);
74 Standard_EXPORT void SetRow (const Standard_Integer Row, const gp_XY& Value);
77 Standard_EXPORT void SetRows (const gp_XY& Row1, const gp_XY& Row2);
92 Standard_EXPORT gp_XY Column (const Standard_Integer Col) const;
98 Standard_EXPORT gp_XY Diagonal() const;
102 Standard_EXPORT gp_XY Row (const Standard_Integer Row) const;
231 friend class gp_XY;
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A Dgp_XY.hxx29 class gp_XY class
36 gp_XY() in gp_XY() function in gp_XY
131 Standard_NODISCARD gp_XY Added (const gp_XY& theOther) const in Added()
136 Standard_NODISCARD gp_XY operator+ (const gp_XY& theOther) const { return Added (theOther); } in operator +()
219 …Standard_NODISCARD gp_XY Multiplied (const gp_XY& theOther) const { return gp_XY (x * theOther.X()… in Multiplied()
246 return gp_XY (x / aD, y / aD); in Normalized()
263 gp_XY aCoord2D = *this; in Reversed()
330 Standard_NODISCARD gp_XY Subtracted (const gp_XY& theOther) const in Subtracted()
332 gp_XY aCoord2D = *this; in Subtracted()
337 …Standard_NODISCARD gp_XY operator- (const gp_XY& theOther) const { return Subtracted (theOther); } in operator -()
[all …]
H A DBRepMesh_CircleTool.hxx79 void SetMinMaxSize(const gp_XY& theMin, in SetMinMaxSize()
80 const gp_XY& theMax) in SetMinMaxSize()
106 Standard_EXPORT static Standard_Boolean MakeCircle(const gp_XY& thePoint1,
107 const gp_XY& thePoint2,
120 const gp_XY& thePoint1,
121 const gp_XY& thePoint2,
122 const gp_XY& thePoint3);
134 Standard_EXPORT IMeshData::ListOfInteger& Select(const gp_XY& thePoint);
143 const gp_XY& theLocation,
152 gp_XY myFaceMax;
[all …]
H A DBnd_B2d.hxx27 class gp_XY;
45 Bnd_B2d(const gp_XY& theCenter, const gp_XY& theHSize);
54 Standard_EXPORT void Add (const gp_XY& thePnt);
65 gp_XY CornerMin() const;
70 gp_XY CornerMax() const;
90 Standard_Boolean IsOut (const gp_XY& thePnt) const;
94 …Standard_EXPORT Standard_Boolean IsOut (const gp_XY& theCenter, const Standard_Real theRadius, con…
112 Standard_EXPORT Standard_Boolean IsOut (const gp_XY& theP0, const gp_XY& theP1) const;
124 void SetCenter (const gp_XY& theCenter);
128 void SetHSize (const gp_XY& theHSize);
H A DBnd_B2f.hxx28 class gp_XY;
46 Bnd_B2f(const gp_XY& theCenter, const gp_XY& theHSize);
55 Standard_EXPORT void Add (const gp_XY& thePnt);
66 gp_XY CornerMin() const;
71 gp_XY CornerMax() const;
91 Standard_Boolean IsOut (const gp_XY& thePnt) const;
95 …Standard_EXPORT Standard_Boolean IsOut (const gp_XY& theCenter, const Standard_Real theRadius, con…
113 Standard_EXPORT Standard_Boolean IsOut (const gp_XY& theP0, const gp_XY& theP1) const;
125 void SetCenter (const gp_XY& theCenter);
129 void SetHSize (const gp_XY& theHSize);
H A DVrmlData_TextureTransform.hxx49 inline const gp_XY& Center () const { return myCenter; } in Center()
59 inline const gp_XY& Scale () const { return myScale; } in Scale()
64 inline const gp_XY& Translation () const { return myTranslation; } in Translation()
69 inline void SetCenter (const gp_XY& V) { myCenter = V; } in SetCenter()
80 inline void SetScale (const gp_XY& V) { myScale = V; } in SetScale()
85 inline void SetTranslation (const gp_XY& V) { myTranslation = V; } in SetTranslation()
95 gp_XY myCenter;
97 gp_XY myScale;
98 gp_XY myTranslation;
H A DIGESDimen_BasicDimension.hxx44 …st Standard_Integer nbPropVal, const gp_XY& lowerLeft, const gp_XY& lowerRight, const gp_XY& upper…
75 gp_XY theLowerLeft;
76 gp_XY theLowerRight;
77 gp_XY theUpperRight;
78 gp_XY theUpperLeft;
H A DBRepMesh_GeomTool.hxx163 const gp_XY& theStartPnt1,
164 const gp_XY& theEndPnt1,
165 const gp_XY& theStartPnt2,
166 const gp_XY& theEndPnt2,
167 gp_XY& theIntPnt,
185 const gp_XY& theStartPnt1,
186 const gp_XY& theEndPnt1,
187 const gp_XY& theStartPnt2,
188 const gp_XY& theEndPnt2,
233 static Standard_Integer classifyPoint (const gp_XY& thePoint1,
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/gp/
H A Dgp_XY.hxx29 class gp_XY class
36 gp_XY() in gp_XY() function in gp_XY
131 Standard_NODISCARD gp_XY Added (const gp_XY& theOther) const in Added()
136 Standard_NODISCARD gp_XY operator+ (const gp_XY& theOther) const { return Added (theOther); } in operator +()
219 …Standard_NODISCARD gp_XY Multiplied (const gp_XY& theOther) const { return gp_XY (x * theOther.X()… in Multiplied()
246 return gp_XY (x / aD, y / aD); in Normalized()
263 gp_XY aCoord2D = *this; in Reversed()
330 Standard_NODISCARD gp_XY Subtracted (const gp_XY& theOther) const in Subtracted()
332 gp_XY aCoord2D = *this; in Subtracted()
337 …Standard_NODISCARD gp_XY operator- (const gp_XY& theOther) const { return Subtracted (theOther); } in operator -()
[all …]
H A Dgp_Mat2d.cxx32 gp_Mat2d::gp_Mat2d (const gp_XY& theCol1, const gp_XY& theCol2) in gp_Mat2d()
43 const gp_XY& theValue) in SetCol()
62 void gp_Mat2d::SetCols (const gp_XY& theCol1, in SetCols()
63 const gp_XY& theCol2) in SetCols()
92 void gp_Mat2d::SetRows (const gp_XY& theRow1, const gp_XY& theRow2) in SetRows()
107 return gp_XY (myMat[0][0], myMat[1][0]); in Column()
109 return gp_XY (myMat[0][1], myMat[1][1]); in Column()
116 gp_XY gp_Mat2d::Diagonal() const in Diagonal()
118 return gp_XY (myMat[0][0], myMat[1][1]); in Diagonal()
130 return gp_XY (myMat[0][0], myMat[0][1]); in Row()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/BRepMesh/
H A DBRepMesh_CircleTool.cxx56 const gp_XY& theLocation, in bind()
67 gp_XY aMinPnt(aMinX, aMinY); in bind()
68 gp_XY aMaxPnt(aMaxX, aMaxY); in bind()
81 gp_XY aCoord = theCircle.Location().Coord(); in Bind()
99gp_XY aLink1(const_cast<gp_XY&>(thePoint3).ChangeCoord(1) - const_cast<gp_XY&>(thePoint2).ChangeCo… in MakeCircle()
100 … const_cast<gp_XY&>(thePoint2).ChangeCoord(2) - const_cast<gp_XY&>(thePoint3).ChangeCoord(2)); in MakeCircle()
104gp_XY aLink2(const_cast<gp_XY&>(thePoint1).ChangeCoord(1) - const_cast<gp_XY&>(thePoint3).ChangeCo… in MakeCircle()
105 … const_cast<gp_XY&>(thePoint3).ChangeCoord(2) - const_cast<gp_XY&>(thePoint1).ChangeCoord(2)); in MakeCircle()
109gp_XY aLink3(const_cast<gp_XY&>(thePoint2).ChangeCoord(1) - const_cast<gp_XY&>(thePoint1).ChangeCo… in MakeCircle()
110 … const_cast<gp_XY&>(thePoint1).ChangeCoord(2) - const_cast<gp_XY&>(thePoint2).ChangeCoord(2)); in MakeCircle()
[all …]
H A DBRepMesh_CircleTool.hxx79 void SetMinMaxSize(const gp_XY& theMin, in SetMinMaxSize()
80 const gp_XY& theMax) in SetMinMaxSize()
106 Standard_EXPORT static Standard_Boolean MakeCircle(const gp_XY& thePoint1,
107 const gp_XY& thePoint2,
120 const gp_XY& thePoint1,
121 const gp_XY& thePoint2,
122 const gp_XY& thePoint3);
134 Standard_EXPORT IMeshData::ListOfInteger& Select(const gp_XY& thePoint);
143 const gp_XY& theLocation,
152 gp_XY myFaceMax;
[all …]
H A DBRepMesh_GeomTool.hxx163 const gp_XY& theStartPnt1,
164 const gp_XY& theEndPnt1,
165 const gp_XY& theStartPnt2,
166 const gp_XY& theEndPnt2,
167 gp_XY& theIntPnt,
185 const gp_XY& theStartPnt1,
186 const gp_XY& theEndPnt1,
187 const gp_XY& theStartPnt2,
188 const gp_XY& theEndPnt2,
233 static Standard_Integer classifyPoint (const gp_XY& thePoint1,
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/Geom2dGcc/
H A DGeom2dGcc_FunctionTanCuCuCu.cxx247 gp_XY Deriv1u1(Tan1.XY()); in Derivatives()
248 gp_XY Deriv1u2(Tan2.XY()); in Derivatives()
249 gp_XY Deriv1u3(Tan3.XY()); in Derivatives()
257 gp_XY p1p2,p2p3,p3p1; in Derivatives()
271 gp_XY nor1,nor2,nor3; in Derivatives()
287 gp_XY P = Point1.XY(); in Derivatives()
292 gp_XY fic1 = Pcenter.XY(); in Derivatives()
294 gp_XY fic2 = Pcenter.XY(); in Derivatives()
384 gp_XY p1p2,p2p3,p3p1; in Values()
398 gp_XY nor1,nor2,nor3; in Values()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/Bnd/
H A DBnd_B2f.hxx28 class gp_XY;
46 Bnd_B2f(const gp_XY& theCenter, const gp_XY& theHSize);
55 Standard_EXPORT void Add (const gp_XY& thePnt);
66 gp_XY CornerMin() const;
71 gp_XY CornerMax() const;
91 Standard_Boolean IsOut (const gp_XY& thePnt) const;
95 …Standard_EXPORT Standard_Boolean IsOut (const gp_XY& theCenter, const Standard_Real theRadius, con…
113 Standard_EXPORT Standard_Boolean IsOut (const gp_XY& theP0, const gp_XY& theP1) const;
125 void SetCenter (const gp_XY& theCenter);
129 void SetHSize (const gp_XY& theHSize);
H A DBnd_B2d.hxx27 class gp_XY;
45 Bnd_B2d(const gp_XY& theCenter, const gp_XY& theHSize);
54 Standard_EXPORT void Add (const gp_XY& thePnt);
65 gp_XY CornerMin() const;
70 gp_XY CornerMax() const;
90 Standard_Boolean IsOut (const gp_XY& thePnt) const;
94 …Standard_EXPORT Standard_Boolean IsOut (const gp_XY& theCenter, const Standard_Real theRadius, con…
112 Standard_EXPORT Standard_Boolean IsOut (const gp_XY& theP0, const gp_XY& theP1) const;
124 void SetCenter (const gp_XY& theCenter);
128 void SetHSize (const gp_XY& theHSize);
/dports/cad/opencascade/opencascade-7.6.0/src/VrmlData/
H A DVrmlData_TextureTransform.hxx49 inline const gp_XY& Center () const { return myCenter; } in Center()
59 inline const gp_XY& Scale () const { return myScale; } in Scale()
64 inline const gp_XY& Translation () const { return myTranslation; } in Translation()
69 inline void SetCenter (const gp_XY& V) { myCenter = V; } in SetCenter()
80 inline void SetScale (const gp_XY& V) { myScale = V; } in SetScale()
85 inline void SetTranslation (const gp_XY& V) { myTranslation = V; } in SetTranslation()
95 gp_XY myCenter;
97 gp_XY myScale;
98 gp_XY myTranslation;
/dports/cad/opencascade/opencascade-7.6.0/src/IGESDimen/
H A DIGESDimen_BasicDimension.hxx44 …st Standard_Integer nbPropVal, const gp_XY& lowerLeft, const gp_XY& lowerRight, const gp_XY& upper…
75 gp_XY theLowerLeft;
76 gp_XY theLowerRight;
77 gp_XY theUpperRight;
78 gp_XY theUpperLeft;

12345678910>>...19