Home
last modified time | relevance | path

Searched refs:btVector4 (Results 26 – 50 of 330) sorted by relevance

12345678910>>...14

/dports/science/chrono/chrono-7.0.1/src/chrono/collision/gimpact/GIMPACT/core/
H A Dgim_tri_collision.h48 btVector4 m_separating_normal;
111 SIMD_FORCE_INLINE void merge_points(const btVector4 &plane, GREAL margin, in merge_points()
140 SIMD_FORCE_INLINE void get_plane(btVector4 &plane) const in get_plane()
153 …INE void get_edge_plane(GUINT edge_index, const btVector3 &triangle_normal, btVector4 &plane) const in get_edge_plane()
294 btVector4 edge_plane; in is_point_inside()
315 btVector4 faceplane;
347 btVector4 faceplane;
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/gimpact/GIMPACT/Bullet/
H A Dgim_tri_collision.h48 btVector4 m_separating_normal;
111 SIMD_FORCE_INLINE void merge_points(const btVector4 &plane, GREAL margin, in merge_points()
140 SIMD_FORCE_INLINE void get_plane(btVector4 &plane) const in get_plane()
153 …INE void get_edge_plane(GUINT edge_index, const btVector3 &triangle_normal, btVector4 &plane) const in get_edge_plane()
294 btVector4 edge_plane; in is_point_inside()
315 btVector4 faceplane;
347 btVector4 faceplane;
H A DbtTriangleShapeEx.cpp26 void GIM_TRIANGLE_CONTACT::merge_points(const btVector4& plane, in merge_points()
93 btVector4 edgeplane; in clip_triangle()
179 btVector4 plane0; in overlap_test_conservative()
181 btVector4 plane1; in overlap_test_conservative()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/bullet/BulletCollision/Gimpact/
H A Dgim_tri_collision.h48 btVector4 m_separating_normal;
111 SIMD_FORCE_INLINE void merge_points(const btVector4 &plane, GREAL margin, in merge_points()
140 SIMD_FORCE_INLINE void get_plane(btVector4 &plane) const in get_plane()
153 …INE void get_edge_plane(GUINT edge_index, const btVector3 &triangle_normal, btVector4 &plane) const in get_edge_plane()
294 btVector4 edge_plane; in is_point_inside()
315 btVector4 faceplane;
347 btVector4 faceplane;
H A DbtTriangleShapeEx.cpp26 void GIM_TRIANGLE_CONTACT::merge_points(const btVector4& plane, in merge_points()
93 btVector4 edgeplane; in clip_triangle()
179 btVector4 plane0; in overlap_test_conservative()
181 btVector4 plane1; in overlap_test_conservative()
/dports/devel/py-bullet3/bullet3-3.21/src/BulletCollision/Gimpact/
H A Dgim_tri_collision.h48 btVector4 m_separating_normal;
111 SIMD_FORCE_INLINE void merge_points(const btVector4 &plane, GREAL margin, in merge_points()
140 SIMD_FORCE_INLINE void get_plane(btVector4 &plane) const in get_plane()
153 …INE void get_edge_plane(GUINT edge_index, const btVector3 &triangle_normal, btVector4 &plane) const in get_edge_plane()
294 btVector4 edge_plane; in is_point_inside()
315 btVector4 faceplane;
347 btVector4 faceplane;
H A DbtTriangleShapeEx.cpp26 void GIM_TRIANGLE_CONTACT::merge_points(const btVector4& plane, in merge_points()
93 btVector4 edgeplane; in clip_triangle()
179 btVector4 plane0; in overlap_test_conservative()
181 btVector4 plane1; in overlap_test_conservative()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/Gimpact/
H A Dgim_tri_collision.h48 btVector4 m_separating_normal;
111 SIMD_FORCE_INLINE void merge_points(const btVector4 &plane, GREAL margin, in merge_points()
140 SIMD_FORCE_INLINE void get_plane(btVector4 &plane) const in get_plane()
153 …INE void get_edge_plane(GUINT edge_index, const btVector3 &triangle_normal, btVector4 &plane) const in get_edge_plane()
294 btVector4 edge_plane; in is_point_inside()
315 btVector4 faceplane;
347 btVector4 faceplane;
H A DbtTriangleShapeEx.cpp26 void GIM_TRIANGLE_CONTACT::merge_points(const btVector4& plane, in merge_points()
93 btVector4 edgeplane; in clip_triangle()
179 btVector4 plane0; in overlap_test_conservative()
181 btVector4 plane1; in overlap_test_conservative()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/Gimpact/
H A Dgim_tri_collision.h48 btVector4 m_separating_normal;
111 SIMD_FORCE_INLINE void merge_points(const btVector4 &plane, GREAL margin, in merge_points()
140 SIMD_FORCE_INLINE void get_plane(btVector4 &plane) const in get_plane()
153 …INE void get_edge_plane(GUINT edge_index, const btVector3 &triangle_normal, btVector4 &plane) const in get_edge_plane()
294 btVector4 edge_plane; in is_point_inside()
315 btVector4 faceplane;
347 btVector4 faceplane;
H A DbtTriangleShapeEx.cpp26 void GIM_TRIANGLE_CONTACT::merge_points(const btVector4& plane, in merge_points()
93 btVector4 edgeplane; in clip_triangle()
179 btVector4 plane0; in overlap_test_conservative()
181 btVector4 plane1; in overlap_test_conservative()
/dports/devel/bullet/bullet3-3.21/examples/Collision/
H A DCollisionTutorialBullet2.cpp30 static btVector4 sColors[4] =
32 btVector4(1, 0.7, 0.7, 1),
33 btVector4(1, 1, 0.7, 1),
34 btVector4(0.7, 1, 0.7, 1),
35 btVector4(0.7, 1, 1, 1),
141 btVector4 color = sColors[j & 3]; in CollisionTutorialBullet2()
/dports/devel/py-bullet3/bullet3-3.21/examples/Collision/
H A DCollisionTutorialBullet2.cpp30 static btVector4 sColors[4] =
32 btVector4(1, 0.7, 0.7, 1),
33 btVector4(1, 1, 0.7, 1),
34 btVector4(0.7, 1, 0.7, 1),
35 btVector4(0.7, 1, 1, 1),
141 btVector4 color = sColors[j & 3]; in CollisionTutorialBullet2()
/dports/devel/bullet/bullet3-3.21/examples/MultiBody/
H A DInvertedPendulumPDControl.cpp54 btVector4 colors[4] = in createInvertedPendulumMultiBody()
56 btVector4(1, 0, 0, 1), in createInvertedPendulumMultiBody()
57 btVector4(0, 1, 0, 1), in createInvertedPendulumMultiBody()
58 btVector4(0, 1, 1, 1), in createInvertedPendulumMultiBody()
59 btVector4(1, 1, 0, 1), in createInvertedPendulumMultiBody()
232 btVector4 color(0.0, 0.0, 0.5, 1); in createInvertedPendulumMultiBody()
281 btVector4 color = colors[curColor]; in createInvertedPendulumMultiBody()
H A DMultiBodyConstraintFeedback.cpp52 btVector4 colors[4] = in initPhysics()
54 btVector4(1, 0, 0, 1), in initPhysics()
55 btVector4(0, 1, 0, 1), in initPhysics()
56 btVector4(0, 1, 1, 1), in initPhysics()
57 btVector4(1, 1, 0, 1), in initPhysics()
91 btVector4 color = colors[curColor]; in initPhysics()
333 btVector4 color = colors[curColor]; in initPhysics()
H A DTestJointTorqueSetup.cpp54 btVector4 colors[4] = in initPhysics()
56 btVector4(1, 0, 0, 1), in initPhysics()
57 btVector4(0, 1, 0, 1), in initPhysics()
58 btVector4(0, 1, 1, 1), in initPhysics()
59 btVector4(1, 1, 0, 1), in initPhysics()
93 btVector4 color = colors[curColor]; in initPhysics()
335 btVector4 color = colors[curColor]; in initPhysics()
/dports/devel/py-bullet3/bullet3-3.21/examples/MultiBody/
H A DInvertedPendulumPDControl.cpp54 btVector4 colors[4] = in createInvertedPendulumMultiBody()
56 btVector4(1, 0, 0, 1), in createInvertedPendulumMultiBody()
57 btVector4(0, 1, 0, 1), in createInvertedPendulumMultiBody()
58 btVector4(0, 1, 1, 1), in createInvertedPendulumMultiBody()
59 btVector4(1, 1, 0, 1), in createInvertedPendulumMultiBody()
232 btVector4 color(0.0, 0.0, 0.5, 1); in createInvertedPendulumMultiBody()
281 btVector4 color = colors[curColor]; in createInvertedPendulumMultiBody()
H A DMultiBodyConstraintFeedback.cpp52 btVector4 colors[4] = in initPhysics()
54 btVector4(1, 0, 0, 1), in initPhysics()
55 btVector4(0, 1, 0, 1), in initPhysics()
56 btVector4(0, 1, 1, 1), in initPhysics()
57 btVector4(1, 1, 0, 1), in initPhysics()
91 btVector4 color = colors[curColor]; in initPhysics()
333 btVector4 color = colors[curColor]; in initPhysics()
H A DTestJointTorqueSetup.cpp54 btVector4 colors[4] = in initPhysics()
56 btVector4(1, 0, 0, 1), in initPhysics()
57 btVector4(0, 1, 0, 1), in initPhysics()
58 btVector4(0, 1, 1, 1), in initPhysics()
59 btVector4(1, 1, 0, 1), in initPhysics()
93 btVector4 color = colors[curColor]; in initPhysics()
335 btVector4 color = colors[curColor]; in initPhysics()
/dports/devel/bullet/bullet3-3.21/src/BulletCollision/Gimpact/
H A DbtTriangleShapeEx.cpp26 void GIM_TRIANGLE_CONTACT::merge_points(const btVector4& plane, in merge_points()
93 btVector4 edgeplane; in clip_triangle()
179 btVector4 plane0; in overlap_test_conservative()
181 btVector4 plane1; in overlap_test_conservative()
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletCollision/Gimpact/
H A DbtTriangleShapeEx.cpp26 void GIM_TRIANGLE_CONTACT::merge_points(const btVector4& plane, in merge_points()
93 btVector4 edgeplane; in clip_triangle()
179 btVector4 plane0; in overlap_test_conservative()
181 btVector4 plane1; in overlap_test_conservative()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/bullet/src/BulletCollision/Gimpact/
H A DbtTriangleShapeEx.cpp28 void GIM_TRIANGLE_CONTACT::merge_points(const btVector4 & plane, in merge_points()
96 btVector4 edgeplane; in clip_triangle()
192 btVector4 plane0; in overlap_test_conservative()
194 btVector4 plane1; in overlap_test_conservative()
/dports/games/critterding/critterding-beta12/src/utils/bullet/BulletCollision/Gimpact/
H A DbtTriangleShapeEx.cpp28 void GIM_TRIANGLE_CONTACT::merge_points(const btVector4 & plane, in merge_points()
96 btVector4 edgeplane; in clip_triangle()
192 btVector4 plane0; in overlap_test_conservative()
194 btVector4 plane1; in overlap_test_conservative()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/BulletCollision/Gimpact/
H A DbtTriangleShapeEx.cpp28 void GIM_TRIANGLE_CONTACT::merge_points(const btVector4 & plane, in merge_points()
96 btVector4 edgeplane; in clip_triangle()
192 btVector4 plane0; in overlap_test_conservative()
194 btVector4 plane1; in overlap_test_conservative()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/BulletCollision/Gimpact/
H A DbtTriangleShapeEx.cpp28 void GIM_TRIANGLE_CONTACT::merge_points(const btVector4 & plane, in merge_points()
96 btVector4 edgeplane; in clip_triangle()
192 btVector4 plane0; in overlap_test_conservative()
194 btVector4 plane1; in overlap_test_conservative()

12345678910>>...14