Home
last modified time | relevance | path

Searched refs:Vector3l (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/glosm/glosm-glosm-0.0.2/libglosm-geomgen/src/
H A DGeometryGenerator.cc168 Vector3l center; in CreateRoof()
194 …Vector3i center = ((Vector3l)vert[0] + (Vector3l)vert[1] + (Vector3l)vert[2] + (Vector3l)vert[3]) … in CreateRoof()
206 Vector3i center1 = ((Vector3l)vert[0] + (Vector3l)vert[1])/2; in CreateRoof()
207 Vector3i center2 = ((Vector3l)vert[2] + (Vector3l)vert[3])/2; in CreateRoof()
223 Vector3i center1 = ((Vector3l)vert[1] + (Vector3l)vert[2])/2; in CreateRoof()
224 Vector3i center2 = ((Vector3l)vert[0] + (Vector3l)vert[3])/2; in CreateRoof()
243 Vector3i center1 = ((Vector3l)vert[0] + (Vector3l)vert[1])/2; in CreateRoof()
244 Vector3i center2 = ((Vector3l)vert[2] + (Vector3l)vert[3])/2; in CreateRoof()
265 Vector3i center1 = ((Vector3l)vert[1] + (Vector3l)vert[2])/2; in CreateRoof()
266 Vector3i center2 = ((Vector3l)vert[0] + (Vector3l)vert[3])/2; in CreateRoof()
[all …]
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A Dhash.h5 typedef Eigen::Matrix<int64_t, 3, 1> Vector3l; typedef
10 template<> struct hash<Vector3l> { std::size_t operator()(const Vector3l &s) const; };
16 size_t hash_value(Vector3l const &v);
H A Dgrid.h92 typedef Vector3l Key;
100 inline void createGridVertex(const Vector3d &v, Vector3l &i) { in createGridVertex()
109 Vector3l key; in align()
117 Vector3l k(jx, jy, jz); in align()
150 Vector3l key = createGridVertex(v);
159 pos = db.find(Vector3l(jx, jy, jz));
H A Dhash.cc11 std::size_t hash<Vector3l>::operator()(const Vector3l &s) const { in operator ()()
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A Dhash.h5 typedef Eigen::Matrix<int64_t, 3, 1> Vector3l; typedef
10 template<> struct hash<Vector3l> { std::size_t operator()(const Vector3l &s) const; };
16 size_t hash_value(Vector3l const &v);
H A Dgrid.h92 typedef Vector3l Key;
100 inline void createGridVertex(const Vector3d &v, Vector3l &i) { in createGridVertex()
109 Vector3l key; in align()
117 Vector3l k(jx, jy, jz); in align()
150 Vector3l key = createGridVertex(v);
159 pos = db.find(Vector3l(jx, jy, jz));
H A Dhash.cc11 std::size_t hash<Vector3l>::operator()(const Vector3l &s) const { in operator ()()
/dports/graphics/glosm/glosm-glosm-0.0.2/libglosm-server/include/glosm/
H A DMath.hh247 typedef Vector3<osmlong_t> Vector3l; typedef