Home
last modified time | relevance | path

Searched refs:Plane (Results 1 – 25 of 4306) sorted by relevance

12345678910>>...173

/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/contrib/ShellMultiWeldDistortionAnalysis/
H A DPanelFull.geo19 Plane Surface(11) = {10};
21 Plane Surface(13) = {12};
23 Plane Surface(15) = {14};
38 Plane Surface(25) = {24};
40 Plane Surface(27) = {26};
42 Plane Surface(29) = {28};
60 Plane Surface(41) = {40};
62 Plane Surface(43) = {42};
64 Plane Surface(45) = {44};
66 Plane Surface(47) = {46};
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Numerics.Vectors/tests/
H A DPlaneTests.cs17 Plane a = new Plane(1.0f, 2.0f, 3.0f, 4.0f); in PlaneEqualsTest1()
18 Plane b = new Plane(1.0f, 2.0f, 3.0f, 4.0f); in PlaneEqualsTest1()
36 Plane a = new Plane(1.0f, 2.0f, 3.0f, 4.0f); in PlaneEqualsTest()
121 Plane target = new Plane(a, b, c, d); in PlaneConstructorTest1()
163 Plane target = new Plane(normal, d); in PlaneConstructorTest3()
174 Plane target = new Plane(value); in PlaneConstructorTest()
184 Plane target = new Plane(2, 3, 4, 5); in PlaneDotTest()
195 Plane target = new Plane(2, 3, 4, 5); in PlaneDotCoordinateTest()
246 Plane expected = new Plane(); in PlaneTransformTest1()
275 Plane expected = new Plane(); in PlaneTransformTest2()
[all …]
/dports/devel/godot/godot-3.2.3-stable/modules/gdnative/gdnative/
H A Dplane.cpp44 Plane *dest = (Plane *)r_dest; in godot_plane_new_with_reals()
52 Plane *dest = (Plane *)r_dest; in godot_plane_new_with_vectors()
58 Plane *dest = (Plane *)r_dest; in godot_plane_new_with_normal()
64 const Plane *self = (const Plane *)p_self; in godot_plane_as_string()
71 const Plane *self = (const Plane *)p_self; in godot_plane_normalized()
118 const Plane *b = (const Plane *)p_b; in godot_plane_intersect_3()
119 const Plane *c = (const Plane *)p_c; in godot_plane_intersect_3()
142 Plane *dest = (Plane *)&raw_dest; in godot_plane_operator_neg()
150 const Plane *b = (const Plane *)p_b; in godot_plane_operator_equal()
155 Plane *self = (Plane *)p_self; in godot_plane_set_normal()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/modules/gdnative/gdnative/
H A Dplane.cpp44 Plane *dest = (Plane *)r_dest; in godot_plane_new_with_reals()
52 Plane *dest = (Plane *)r_dest; in godot_plane_new_with_vectors()
58 Plane *dest = (Plane *)r_dest; in godot_plane_new_with_normal()
64 const Plane *self = (const Plane *)p_self; in godot_plane_as_string()
71 const Plane *self = (const Plane *)p_self; in godot_plane_normalized()
118 const Plane *b = (const Plane *)p_b; in godot_plane_intersect_3()
119 const Plane *c = (const Plane *)p_c; in godot_plane_intersect_3()
142 Plane *dest = (Plane *)&raw_dest; in godot_plane_operator_neg()
150 const Plane *b = (const Plane *)p_b; in godot_plane_operator_equal()
155 Plane *self = (Plane *)p_self; in godot_plane_set_normal()
[all …]
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/3rd-party/nvtt/nvmath/
H A DPlane.h14 class NVMATH_CLASS Plane
19 Plane();
21 Plane(Vector4::Arg v);
25 const Plane & operator=(Plane::Arg v);
39 inline Plane::Plane() {} in Plane() function
40 inline Plane::Plane(float x, float y, float z, float w) : p(x, y, z, w) {} in Plane() function
41 inline Plane::Plane(Vector4::Arg v) : p(v) {} in Plane() function
42 inline Plane::Plane(Vector3::Arg v, float d) : p(v, d) {} in Plane() function
45 inline const Plane & Plane::operator=(Plane::Arg v) { p = v.p; return *this; }
54 inline Plane normalize(Plane::Arg plane, float epsilon = NV_EPSILON)
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/nvtt/src/src/nvmath/
H A DPlane.h14 class NVMATH_CLASS Plane
19 Plane();
21 Plane(Vector4::Arg v);
25 const Plane & operator=(Plane::Arg v);
39 inline Plane::Plane() {} in Plane() function
40 inline Plane::Plane(float x, float y, float z, float w) : p(x, y, z, w) {} in Plane() function
41 inline Plane::Plane(Vector4::Arg v) : p(v) {} in Plane() function
42 inline Plane::Plane(Vector3::Arg v, float d) : p(v, d) {} in Plane() function
45 inline const Plane & Plane::operator=(Plane::Arg v) { p = v.p; return *this; }
54 inline Plane normalize(Plane::Arg plane, float epsilon = NV_EPSILON)
[all …]
/dports/graphics/nvidia-texture-tools/nvidia-texture-tools-2.0.8/src/nvmath/
H A DPlane.h14 class NVMATH_CLASS Plane
19 Plane();
21 Plane(Vector4::Arg v);
25 const Plane & operator=(Plane::Arg v);
39 inline Plane::Plane() {} in Plane() function
40 inline Plane::Plane(float x, float y, float z, float w) : p(x, y, z, w) {} in Plane() function
41 inline Plane::Plane(Vector4::Arg v) : p(v) {} in Plane() function
42 inline Plane::Plane(Vector3::Arg v, float d) : p(v, d) {} in Plane() function
45 inline const Plane & Plane::operator=(Plane::Arg v) { p = v.p; return *this; }
54 inline Plane normalize(Plane::Arg plane, float epsilon = NV_EPSILON)
[all …]
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Numerics/include/mirtk/
H A DPlane.h85 Plane();
108 Plane(const Plane &);
111 Plane &operator =(const Plane &);
237 inline Plane::Plane() in Plane() function
248 inline Plane::Plane(const Vector3 &n, double b) in Plane() function
258 inline Plane::Plane(double n[3], double b) in Plane() function
268 inline Plane::Plane(double nx, double ny, double nz, double b) in Plane() function
278 inline void Plane::CopyAttributes(const Plane &other) in CopyAttributes()
288 inline Plane::Plane(const Plane &other) in Plane() function
294 inline Plane &Plane::operator =(const Plane &other)
[all …]
/dports/graphics/flif/FLIF-0.3-96-g74ea92b/src/
H A Dcommon.cpp122Plane<ColorVal_intern_16u>,Plane<ColorVal_intern_16u>,false,false,0,ColorRanges>(properties,ranges… in predict_and_calcProps()
125Plane<ColorVal_intern_32>,Plane<ColorVal_intern_16u>,false,false,1,ColorRanges>(properties,ranges,… in predict_and_calcProps()
128Plane<ColorVal_intern_32>,Plane<ColorVal_intern_16u>,false,false,2,ColorRanges>(properties,ranges,… in predict_and_calcProps()
131Plane<ColorVal_intern_16u>,Plane<ColorVal_intern_16u>,false,false,3,ColorRanges>(properties,ranges… in predict_and_calcProps()
135Plane<ColorVal_intern_8>,Plane<ColorVal_intern_16u>,false,false,4,ColorRanges>(properties,ranges,i… in predict_and_calcProps()
141Plane<ColorVal_intern_8>,Plane<ColorVal_intern_8>,true,false,0,ColorRanges>(properties,ranges,imag… in predict_and_calcProps()
142Plane<ColorVal_intern_8>,Plane<ColorVal_intern_8>,false,false,0,ColorRanges>(properties,ranges,ima… in predict_and_calcProps()
149Plane<ColorVal_intern_16>,Plane<ColorVal_intern_8>,false,false,1,ColorRanges>(properties,ranges,im… in predict_and_calcProps()
153Plane<ColorVal_intern_16>,Plane<ColorVal_intern_8>,false,false,2,ColorRanges>(properties,ranges,im… in predict_and_calcProps()
156Plane<ColorVal_intern_8>,Plane<ColorVal_intern_8>,false,false,3,ColorRanges>(properties,ranges,ima… in predict_and_calcProps()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Point_set_processing_3/internal/Voronoi_covariance_3/
H A Dvoronoi_covariance_sphere_3.h46 typedef typename K::Plane_3 Plane; in operator() typedef
53 *out ++ = Plane(0, +s, +s*phi, -R); in operator()
54 *out ++ = Plane(0, -s, +s*phi, -R); in operator()
74 *out ++ = Plane(+s, +s, +s, -R); in operator()
75 *out ++ = Plane(-s, +s, +s, -R); in operator()
76 *out ++ = Plane(+s, -s, +s, -R); in operator()
77 *out ++ = Plane(-s, -s, +s, -R); in operator()
78 *out ++ = Plane(+s, +s, -s, -R); in operator()
79 *out ++ = Plane(-s, +s, -s, -R); in operator()
80 *out ++ = Plane(+s, -s, -s, -R); in operator()
[all …]
/dports/astro/celestia-gtk/celestia-1.6.1/src/celmath/
H A Dplane.h17 template<class T> class Plane
20 inline Plane();
21 inline Plane(const Plane<T>&);
42 template<class T> Plane<T>::Plane() : normal(0, 0, 1), d(0) in Plane() function
46 template<class T> Plane<T>::Plane(const Plane<T>& p) : in Plane() function
51 template<class T> Plane<T>::Plane(const Vector3<T>& _normal, T _d) : in Plane() function
102 template<class T> Plane<T> operator*(const Matrix3<T>& m, const Plane<T>& p)
108 template<class T> Plane<T> operator*(const Plane<T>& p, const Matrix3<T>& m)
114 template<class T> Plane<T> operator*(const Matrix4<T>& m, const Plane<T>& p)
120 template<class T> Plane<T> operator*(const Plane<T>& p, const Matrix4<T>& m)
[all …]
/dports/astro/celestia/celestia-1.6.1/src/celmath/
H A Dplane.h17 template<class T> class Plane
20 inline Plane();
21 inline Plane(const Plane<T>&);
42 template<class T> Plane<T>::Plane() : normal(0, 0, 1), d(0) in Plane() function
46 template<class T> Plane<T>::Plane(const Plane<T>& p) : in Plane() function
51 template<class T> Plane<T>::Plane(const Vector3<T>& _normal, T _d) : in Plane() function
102 template<class T> Plane<T> operator*(const Matrix3<T>& m, const Plane<T>& p)
108 template<class T> Plane<T> operator*(const Plane<T>& p, const Matrix3<T>& m)
114 template<class T> Plane<T> operator*(const Matrix4<T>& m, const Plane<T>& p)
120 template<class T> Plane<T> operator*(const Plane<T>& p, const Matrix4<T>& m)
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgrePlane.cpp35 Plane::Plane () in Plane() function in Ogre::Plane
41 Plane::Plane (const Plane& rhs) in Plane() function in Ogre::Plane
47 Plane::Plane (const Vector3& rkNormal, Real fConstant) in Plane() function in Ogre::Plane
53 Plane::Plane (Real a, Real b, Real c, Real _d) in Plane() function in Ogre::Plane
58 Plane::Plane (const Vector3& rkNormal, const Vector3& rkPoint) in Plane() function in Ogre::Plane
63 Plane::Plane (const Vector3& rkPoint0, const Vector3& rkPoint1, in Plane() function in Ogre::Plane
74 Plane::Side Plane::getSide (const Vector3& rkPoint) const in getSide()
79 return Plane::NEGATIVE_SIDE; in getSide()
84 return Plane::NO_SIDE; in getSide()
89 Plane::Side Plane::getSide (const AxisAlignedBox& box) const in getSide()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/core/math/
H A Dplane.h36 class Plane {
45 Plane normalized() const;
59 bool intersect_3(const Plane &p_plane1, const Plane &p_plane2, Vector3 *r_result = 0) const;
70 Plane operator-() const { return Plane(-normal, -d); }
71 bool is_equal_approx(const Plane &p_plane) const;
77 _FORCE_INLINE_ Plane() : in Plane() function
105 Plane::Plane(const Vector3 &p_normal, real_t p_d) : in Plane() function
110 Plane::Plane(const Vector3 &p_point, const Vector3 &p_normal) : in Plane() function
115 Plane::Plane(const Vector3 &p_point1, const Vector3 &p_point2, const Vector3 &p_point3, ClockDirect… in Plane() function
126 bool Plane::operator==(const Plane &p_plane) const {
[all …]
/dports/devel/godot/godot-3.2.3-stable/core/math/
H A Dplane.h36 class Plane {
45 Plane normalized() const;
59 bool intersect_3(const Plane &p_plane1, const Plane &p_plane2, Vector3 *r_result = 0) const;
70 Plane operator-() const { return Plane(-normal, -d); }
71 bool is_equal_approx(const Plane &p_plane) const;
77 _FORCE_INLINE_ Plane() : in Plane() function
105 Plane::Plane(const Vector3 &p_normal, real_t p_d) : in Plane() function
110 Plane::Plane(const Vector3 &p_point, const Vector3 &p_normal) : in Plane() function
115 Plane::Plane(const Vector3 &p_point1, const Vector3 &p_point2, const Vector3 &p_point3, ClockDirect… in Plane() function
126 bool Plane::operator==(const Plane &p_plane) const {
[all …]
/dports/devel/godot2/godot-2.1.6-stable/core/math/
H A Dplane.h35 class Plane {
44 Plane normalized() const;
58 bool intersect_3(const Plane &p_plane1, const Plane &p_plane2, Vector3 *r_result = 0) const;
69 Plane operator-() const { return Plane(-normal, -d); }
70 bool is_almost_like(const Plane &p_plane) const;
76 _FORCE_INLINE_ Plane() { d = 0; } in Plane() function
103 Plane::Plane(const Vector3 &p_normal, real_t p_d) { in Plane() function
109 Plane::Plane(const Vector3 &p_point, const Vector3 &p_normal) { in Plane() function
115 Plane::Plane(const Vector3 &p_point1, const Vector3 &p_point2, const Vector3 &p_point3, ClockDirect… in Plane() function
126 bool Plane::operator==(const Plane &p_plane) const {
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/core/math/
H A Dplane.h35 class Plane {
44 Plane normalized() const;
58 bool intersect_3(const Plane &p_plane1, const Plane &p_plane2, Vector3 *r_result = 0) const;
69 Plane operator-() const { return Plane(-normal, -d); }
70 bool is_almost_like(const Plane &p_plane) const;
76 _FORCE_INLINE_ Plane() { d = 0; } in Plane() function
103 Plane::Plane(const Vector3 &p_normal, real_t p_d) { in Plane() function
109 Plane::Plane(const Vector3 &p_point, const Vector3 &p_normal) { in Plane() function
115 Plane::Plane(const Vector3 &p_point1, const Vector3 &p_point2, const Vector3 &p_point3, ClockDirect… in Plane() function
126 bool Plane::operator==(const Plane &p_plane) const {
[all …]
/dports/math/libmesh/libmesh-1.6.2/src/geom/
H A Dplane.C32 Plane::Plane () in Plane() function
38 Plane::Plane (const Point & p, in Plane() function
46 Plane::Plane (const Point & p0, in Plane() function
55 Plane::Plane (const Plane & other_plane) : in Plane() function
64 Plane::~Plane () in ~Plane()
94 void Plane::xy_plane (const Real zpos) in xy_plane()
105 void Plane::xz_plane (const Real ypos) in xz_plane()
116 void Plane::yz_plane (const Real xpos) in yz_plane()
151 bool Plane::on_surface (const Point & p) const in on_surface()
184 Point Plane::unit_normal (const Point &) const in unit_normal()
[all …]
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/fmtcl/
H A DPlane.h38 class Plane
47 Plane () = default;
48 Plane (const Plane <T> &other) = default;
49 Plane (Plane <T> &&other) = default;
50 ~Plane () = default;
51 Plane <T> & operator = (const Plane <T> &other) = default;
52 Plane <T> & operator = (Plane <T> &&other) = default;
54 constexpr Plane (T *ptr, int stride) noexcept;
57 Plane (const Plane <U> &other) noexcept;
60 Plane (Plane <U> &&other) noexcept;
[all …]
/dports/math/py-sympy/sympy-1.9/sympy/geometry/tests/
H A Dtest_plane.py12 pl3 = Plane(p1, p2, p3)
13 pl4 = Plane(p1, normal_vector=(1, 1, 1))
14 pl4b = Plane(p1, p2)
15 pl5 = Plane(p3, normal_vector=(1, 2, 3))
28 assert Plane(p1, p2, p3) != Plane(p1, p3, p2)
29 assert Plane(p1, p2, p3).is_coplanar(Plane(p1, p3, p2))
130 assert are_coplanar(Plane(p1, p2, p3), Plane(p1, p3, p2))
140 p = Plane((0, 0, 0), (1, 0, 0))
154 p = Plane(a, normal_vector=Z)
249 p = Plane(a, normal_vector=Z)
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/modules/mono/glue/GodotSharp/GodotSharp/Core/
H A DPlane.cs18 public struct Plane : IEquatable<Plane> struct
150 public Vector3? Intersect3(Plane b, Plane c) in Intersect3() argument
237 public Plane Normalized() in Normalized() argument
260 private static readonly Plane _planeYZ = new Plane(1, 0, 0, 0); argument
261 private static readonly Plane _planeXZ = new Plane(0, 1, 0, 0); argument
262 private static readonly Plane _planeXY = new Plane(0, 0, 1, 0); argument
321 public static Plane operator -(Plane plane) in operator -() argument
326 public static bool operator ==(Plane left, Plane right) in operator ==() argument
331 public static bool operator !=(Plane left, Plane right) in operator !=() argument
338 if (obj is Plane) in Equals()
[all …]
/dports/devel/godot/godot-3.2.3-stable/modules/mono/glue/GodotSharp/GodotSharp/Core/
H A DPlane.cs18 public struct Plane : IEquatable<Plane> struct
150 public Vector3? Intersect3(Plane b, Plane c) in Intersect3() argument
237 public Plane Normalized() in Normalized() argument
260 private static readonly Plane _planeYZ = new Plane(1, 0, 0, 0); argument
261 private static readonly Plane _planeXZ = new Plane(0, 1, 0, 0); argument
262 private static readonly Plane _planeXY = new Plane(0, 0, 1, 0); argument
321 public static Plane operator -(Plane plane) in operator -() argument
326 public static bool operator ==(Plane left, Plane right) in operator ==() argument
331 public static bool operator !=(Plane left, Plane right) in operator !=() argument
338 if (obj is Plane) in Equals()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bimg/3rdparty/nvtt/nvmath/
H A Dplane.inl12 inline Plane::Plane() {} function in nv::Plane
13 inline Plane::Plane(float x, float y, float z, float w) : v(x, y, z, w) {} function in nv::Plane
14 inline Plane::Plane(const Vector4 & v) : v(v) {} function in nv::Plane
15 inline Plane::Plane(const Vector3 & v, float d) : v(v, d) {} function in nv::Plane
16 …inline Plane::Plane(const Vector3 & normal, const Vector3 & point) : v(normal, -dot(normal, point)… function in nv::Plane
17 inline Plane::Plane(const Vector3 & v0, const Vector3 & v1, const Vector3 & v2) { function in nv::Plane
23 inline const Plane & Plane::operator=(const Plane & p) { v = p.v; return *this; }
26 inline float Plane::offset() const { return v.w; }
29 inline Plane normalize(const Plane & plane, float epsilon = NV_EPSILON)
33 return Plane(plane.v * inv);
[all …]
H A Dplane.h13 class NVMATH_CLASS Plane
16 Plane();
17 Plane(float x, float y, float z, float w);
18 Plane(const Vector4 & v);
19 Plane(const Vector3 & v, float d);
20 Plane(const Vector3 & normal, const Vector3 & point);
21 Plane(const Vector3 & v0, const Vector3 & v1, const Vector3 & v2);
23 const Plane & operator=(const Plane & v);
33 Plane transformPlane(const Matrix &, const Plane &);
35 Vector3 planeIntersection(const Plane & a, const Plane & b, const Plane & c);
/dports/emulators/mame/mame-mame0226/3rdparty/bimg/3rdparty/nvtt/nvmath/
H A Dplane.inl12 inline Plane::Plane() {} function in nv::Plane
13 inline Plane::Plane(float x, float y, float z, float w) : v(x, y, z, w) {} function in nv::Plane
14 inline Plane::Plane(const Vector4 & v) : v(v) {} function in nv::Plane
15 inline Plane::Plane(const Vector3 & v, float d) : v(v, d) {} function in nv::Plane
16 …inline Plane::Plane(const Vector3 & normal, const Vector3 & point) : v(normal, -dot(normal, point)… function in nv::Plane
17 inline Plane::Plane(const Vector3 & v0, const Vector3 & v1, const Vector3 & v2) { function in nv::Plane
23 inline const Plane & Plane::operator=(const Plane & p) { v = p.v; return *this; }
26 inline float Plane::offset() const { return v.w; }
29 inline Plane normalize(const Plane & plane, float epsilon = NV_EPSILON)
33 return Plane(plane.v * inv);
[all …]

12345678910>>...173