Home
last modified time | relevance | path

Searched defs:Line3 (Results 1 – 25 of 53) sorted by relevance

123

/dports/math/ignition-math/ignitionrobotics-ign-math-46f3dd24499c/include/ignition/math/
H A DLine3.hh35 class Line3 class
42 public: Line3(const Line3<T> &_line) in Line3() function in ignition::math::IGNITION_MATH_VERSION_NAMESPACE::Line3
51 public: Line3(const math::Vector3<T> &_ptA, const math::Vector3<T> &_ptB) in Line3() function in ignition::math::IGNITION_MATH_VERSION_NAMESPACE::Line3
61 public: Line3(const double _x1, const double _y1, in Line3() function in ignition::math::IGNITION_MATH_VERSION_NAMESPACE::Line3
74 public: Line3(const double _x1, const double _y1, in Line3() function in ignition::math::IGNITION_MATH_VERSION_NAMESPACE::Line3
/dports/games/openspades/openspades-0.1.3/Sources/Core/
H A DMath.h519 struct Line3 { struct
528 Line3() {} in Line3() argument
529 Line3(Vector3 a, Vector3 b, bool e1, bool e2) : v1(a), v2(b), end1(e1), end2(e2) {} in Line3() argument
530 static Line3 MakeLineSegment(Vector3 a, Vector3 b) { return Line3(a, b, true, true); } in MakeLineSegment() argument
531 static Line3 MakeLine(Vector3 a, Vector3 b) { return Line3(a, b, false, false); } in MakeLine() argument
/dports/math/Imath/Imath-3.1.4/docs/classes/
H A DLine3.rst1 Line3 chapter
/dports/devel/vcglib/vcglib-2020.09/vcg/space/
H A Dline3.h111 Line3() {}; in Line3() function
113 Line3(const PointType &ori, const PointType &dir) {SetOrigin(ori); SetDirection(dir);}; in Line3() function
183 Line3 (const Line3<ScalarType,!NORM > &r) in Line3() function
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/space/
H A Dline3.h111 Line3() {}; in Line3() function
113 Line3(const PointType &ori, const PointType &dir) {SetOrigin(ori); SetDirection(dir);}; in Line3() function
183 Line3 (const Line3<ScalarType,!NORM > &r) in Line3() function
/dports/graphics/freeimage/FreeImage/Source/OpenEXR/Imath/
H A DImathLine.h66 Line3() {} in Line3() function
106 inline Line3<T>::Line3(const Vec3<T> &p0, const Vec3<T> &p1) in Line3() function
H A DImathForward.h53 template <class T> class Line3; variable
/dports/math/Imath/Imath-3.1.4/src/Imath/
H A DImathLine.h43 IMATH_HOSTDEVICE constexpr Line3() IMATH_NOEXCEPT {} in Line3() function
88 IMATH_HOSTDEVICE IMATH_CONSTEXPR14 inline Line3<T>::Line3 (const Vec3<T>& p0, const Vec3<T>& p1) IM… in Line3() function
H A DImathForward.h47 template <class T> class IMATH_EXPORT_TEMPLATE_TYPE Line3; variable
/dports/graphics/povray37/povray-3.7.0.10/libraries/ilmbase/Imath/
H A DImathLine.h66 Line3() {} in Line3() function
106 inline Line3<T>::Line3(const Vec3<T> &p0, const Vec3<T> &p1) in Line3() function
H A DImathForward.h53 template <class T> class Line3; variable
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openexr/Imath/
H A DImathLine.h66 Line3() {} in Line3() function
106 inline Line3<T>::Line3(const Vec3<T> &p0, const Vec3<T> &p1) in Line3() function
H A DImathForward.h53 template <class T> class Line3; variable
/dports/games/SpaceCadetPinball/SpaceCadetPinball-Release_2.0/SpaceCadetPinball/
H A DTRamp.h28 TEdgeSegment* Line3; variable
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/
H A DLine.hpp99 class Line3 class
102 Line3() : a(Vec3crd::Zero()), b(Vec3crd::Zero()) {} in Line3() function in Slic3r::Line3
103 Line3(const Vec3crd& _a, const Vec3crd& _b) : a(_a), b(_b) {} in Line3() function in Slic3r::Line3
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/
H A DTrenchBroom.h36 typedef Line<FloatType, 3> Line3; typedef
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/ball/src/include/BALL/MATHS/
H A Dline3.h359 typedef TLine3<float> Line3; typedef
/dports/devel/okteta/okteta-0.26.6/gui/test/
H A Dcoordrangelisttest.cpp25 static constexpr Line Line3 = Line2 + LineDistance; variable
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/byogames/
H A Dbyosnake.cpp294 wxString Line3 = GetBackToWorkString(); in DrawStats() local
H A Dbyocbtris.cpp519 wxString Line3 = GetBackToWorkString(); in DrawStats() local
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/
H A DGeometry.h340 using Line3 = Line<CoordType, 3>; variable
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/
H A DGeometry.h350 using Line3 = Line<CoordType, 3>; variable
/dports/comms/ncid/ncid/Win/
H A Dncid.nsi48 !define Line3 "Edit ncid.newconf and rename it to ncid.conf$\r$\n" definition
/dports/www/threejs/three.js-r136/docs/
H A Dlist.json246 "Line3": "api/en/math/Line3", string
745 "Line3": "api/zh/math/Line3", string
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/google.golang.org/api/google-api-go-client-9bf6e6e569ff/civicinfo/v2/
H A Dcivicinfo-gen.go859 Line3 string `json:"line3,omitempty"` member

123