Home
last modified time | relevance | path

Searched defs:Ray3 (Results 1 – 10 of 10) sorted by relevance

/dports/astro/celestia-gtk/celestia-1.6.1/src/celmath/
H A Dray.h32 template<class T> Ray3<T>::Ray3() : in Ray3() function
37 template<class T> Ray3<T>::Ray3(const Point3<T>& _origin, in Ray3() function
/dports/astro/celestia/celestia-1.6.1/src/celmath/
H A Dray.h32 template<class T> Ray3<T>::Ray3() : in Ray3() function
37 template<class T> Ray3<T>::Ray3(const Point3<T>& _origin, in Ray3() function
/dports/devel/vcglib/vcglib-2020.09/vcg/space/
H A Dray3.h102 Ray3() {}; in Ray3() function
104 Ray3(const PointType &ori, const PointType &dir) {SetOrigin(ori); SetDirection(dir);}; in Ray3() function
174 Ray3(const Ray3<ScalarType,!NORM > &r) in Ray3() function
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/space/
H A Dray3.h102 Ray3() {}; in Ray3() function
104 Ray3(const PointType &ori, const PointType &dir) {SetOrigin(ori); SetDirection(dir);}; in Ray3() function
174 Ray3(const Ray3<ScalarType,!NORM > &r) in Ray3() function
/dports/net-mgmt/librenms/librenms-21.5.1/LibreNMS/OS/
H A DRay3.php35 class Ray3 extends OS implements class
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/
H A DTrenchBroom.h37 typedef Ray<FloatType, 3> Ray3; typedef
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/
H A DGeometry.h336 using Ray3 = Ray<CoordType, 3>; variable
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/
H A DGeometry.h346 using Ray3 = Ray<CoordType, 3>; variable
/dports/graphics/py-pyglet/pyglet-1.5.21/contrib/toys/
H A Deuclid.py1970 class Ray3(Line3): class
/dports/graphics/py-pyglet/pyglet-1.5.21/contrib/model/examples/
H A Deuclid.py1970 class Ray3(Line3): class