Home
last modified time | relevance | path

Searched defs:Point2 (Results 1 – 25 of 219) sorted by relevance

123456789

/dports/science/axom/axom-0.6.1/src/axom/slam/examples/
H A DUserDocs.cpp39 struct Point2 struct
41 Point2(double x = 0., double y = 0.) : m_x(x), m_y(y) { } in Point2() argument
43 Point2(const Point2& other) : m_x(other.m_x), m_y(other.m_y) { } in Point2() function
45 Point2& operator=(const Point2& other) in operator =() argument
52 Point2& operator+=(const Point2& other) in operator +=() argument
59 Point2& operator/=(double val) in operator /=() argument
69 friend std::ostream& operator<<(std::ostream& os, const Point2& pt) in operator <<() argument
74 double m_x, m_y;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/PCH/
H A Dstruct.h7 struct Point2 { struct
8 float xValue, yValue, zValue;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/PCH/
H A Dstruct.h7 struct Point2 { struct
8 float xValue, yValue, zValue;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/PCH/
H A Dstruct.h7 struct Point2 { struct
8 float xValue, yValue, zValue;
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/PCH/
H A Dstruct.h7 struct Point2 { struct
8 float xValue, yValue, zValue;
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/PCH/
H A Dstruct.h7 struct Point2 { struct
8 float xValue, yValue, zValue;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/PCH/
H A Dstruct.h7 struct Point2 { struct
8 float xValue, yValue, zValue;
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/PCH/
H A Dstruct.h7 struct Point2 { struct
8 float xValue, yValue, zValue;
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/PCH/
H A Dstruct.h7 struct Point2 { struct
8 float xValue, yValue, zValue;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/PCH/
H A Dstruct.h7 struct Point2 { struct
8 float xValue, yValue, zValue;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/PCH/
H A Dstruct.h7 struct Point2 { struct
8 float xValue, yValue, zValue;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/PCH/
H A Dstruct.h7 struct Point2 { struct
8 float xValue, yValue, zValue;
/dports/lang/clang-mesa/clang-13.0.1.src/test/PCH/
H A Dstruct.h7 struct Point2 { struct
8 float xValue, yValue, zValue;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/PCH/
H A Dstruct.h7 struct Point2 { struct
8 float xValue, yValue, zValue;
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/PCH/
H A Dstruct.h7 struct Point2 { struct
8 float xValue, yValue, zValue;
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/PCH/
H A Dstruct.h7 struct Point2 { struct
8 float xValue, yValue, zValue;
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/PCH/
H A Dstruct.h7 struct Point2 { struct
8 float xValue, yValue, zValue;
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A Dkernel_to_kernel.h38 typedef Point_2< Homogeneous< NumberType> > Point2; typedef
60 typedef Point_2< Homogeneous< double> > Point2; typedef
81 typedef Point_2< Homogeneous< double> > Point2; typedef
/dports/cad/opencascade/opencascade-7.6.0/src/Geom2dGcc/
H A DGeom2dGcc_FunctionTanCuCu.cxx31 gp_Pnt2d& Point2, in InitDerivative()
136 gp_Pnt2d Point2; in Value() local
155 gp_Pnt2d Point2; in Derivatives() local
191 gp_Pnt2d Point2; in Values() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeCompletion/
H A Dmember-access.c15 struct Point2 { struct
19 void test2(struct Point2 p) { in test2() argument
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeCompletion/
H A Dmember-access.c15 struct Point2 { struct
19 void test2(struct Point2 p) { in test2() argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeCompletion/
H A Dmember-access.c15 struct Point2 { struct
19 void test2(struct Point2 p) { in test2() argument
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeCompletion/
H A Dmember-access.c15 struct Point2 { struct
19 void test2(struct Point2 p) { in test2() argument
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeCompletion/
H A Dmember-access.c15 struct Point2 { struct
19 void test2(struct Point2 p) { in test2() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeCompletion/
H A Dmember-access.c15 struct Point2 { struct
19 void test2(struct Point2 p) { in test2() argument

123456789