Home
last modified time | relevance | path

Searched defs:SVector3 (Results 1 – 5 of 5) sorted by relevance

/dports/cad/gmsh/gmsh-4.9.2-source/Geo/
H A DSVector3.h21 SVector3() : P() {} in SVector3() function
23 SVector3(const SPoint3 &p1, const SPoint3 &p2) : P(p2 - p1) {} in SVector3() function
25 SVector3(const SPoint3 &p1) : P(p1) {} in SVector3() function
26 SVector3(double x, double y, double z) : P(x, y, z) {} in SVector3() function
27 SVector3(double v) : P(v, v, v) {} in SVector3() function
28 SVector3(const double *array) : P(array) {} in SVector3() function
29 SVector3(const SVector3 &v) : P(v.P) {} in SVector3() function
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/MeshOptimizer/
H A DCADDistances.h37 class SVector3; variable
/dports/cad/gmsh/gmsh-4.9.2-source/Mesh/
H A DqualityMeasures.h12 class SVector3; variable
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/plugins/xray_fsl/Core/Code/
H A DVector3.h8 template<typename T> struct SVector3 struct
85 typedef SVector3<double> dVector3; argument
/dports/cad/gmsh/gmsh-4.9.2-source/Numeric/
H A Dcurvature.cpp174 std::vector<std::pair<SVector3, SVector3> > &nodalCurvatures) in CurvatureRusinkiewicz()
343 std::vector<std::pair<SVector3, SVector3> > &nodalCurvatures, in CurvatureRusinkiewicz()