Home
last modified time | relevance | path

Searched refs:to_vec3 (Results 1 – 11 of 11) sorted by relevance

/dports/science/healpix/Healpix_3.50/src/cxx/cxxsupport/
H A Dpointing.h64 { return to_vec3(); } in vec3()
66 vec3 to_vec3() const;
H A Dpointing.cc38 vec3 pointing::to_vec3() const in to_vec3() function in pointing
/dports/math/py-ducc0/ducc0-0.22.0/src/ducc0/math/
H A Dpointing.h65 { return to_vec3(); } in vec3()
67 vec3 to_vec3() const;
H A Dpointing.cc41 vec3 pointing::to_vec3() const in to_vec3() function in ducc0::pointing
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/SLA/
H A DConcaveHull.cpp12 inline Vec3d to_vec3(const Vec2crd &v2) { return {double(v2(X)), double(v2(Y)), 0.}; } in to_vec3() function
13 inline Vec3d to_vec3(const Vec2d &v2) { return {v2(X), v2(Y), 0.}; } in to_vec3() function
95 for(const Point &ct : centroids) ctrindex.insert(to_vec3(ct), idx++); in add_connector_rectangles()
109 std::vector<PointIndexEl> result = ctrindex.nearest(to_vec3(ct), 2); in add_connector_rectangles()
/dports/math/curv/curv-0.5/curv/
H A Dexport.h72 glm::dvec3 to_vec3();
H A Dexport.cc73 glm::dvec3 Param::to_vec3() in to_vec3() function in Param
/dports/science/healpix/Healpix_3.50/src/cxx/Healpix_cxx/
H A Dmap2tga_module.cc114 vec3 pnt = rot.Transform(ptg.to_vec3()); in pro_mollw()
H A Dhealpix_base.cc993 vv[i]=vertex[i].to_vec3(); in query_polygon_internal()
/dports/lang/vala/vala-0.48.18/vapi/
H A Dgraphene-gobject-1.0.vapi63 public Graphene.Vec3 to_vec3 ();
265 public Graphene.Vec3 to_vec3 ();
/dports/math/py-ducc0/ducc0-0.22.0/src/ducc0/healpix/
H A Dhealpix_base.cc990 vv[i]=vertex[i].to_vec3(); in query_polygon_internal()