Home
last modified time | relevance | path

Searched refs:btVector4 (Results 1 – 25 of 330) sorted by relevance

12345678910>>...14

/dports/devel/bullet/bullet3-3.21/examples/InverseDynamics/
H A DInverseDynamicsExample.cpp52 static btVector4 sJointCurveColors[8] =
54 btVector4(1, 0.3, 0.3, 1),
55 btVector4(0.3, 1, 0.3, 1),
56 btVector4(0.3, 0.3, 1, 1),
57 btVector4(0.3, 1, 1, 1),
58 btVector4(1, 0.3, 1, 1),
59 btVector4(1, 1, 0.3, 1),
60 btVector4(1, 0.7, 0.7, 1),
61 btVector4(0.7, 1, 1, 1),
236 btVector4 color = sJointCurveColors[dof & 7]; in initPhysics()
/dports/devel/py-bullet3/bullet3-3.21/examples/InverseDynamics/
H A DInverseDynamicsExample.cpp52 static btVector4 sJointCurveColors[8] =
54 btVector4(1, 0.3, 0.3, 1),
55 btVector4(0.3, 1, 0.3, 1),
56 btVector4(0.3, 0.3, 1, 1),
57 btVector4(0.3, 1, 1, 1),
58 btVector4(1, 0.3, 1, 1),
59 btVector4(1, 1, 0.3, 1),
60 btVector4(1, 0.7, 0.7, 1),
61 btVector4(0.7, 1, 1, 1),
236 btVector4 color = sJointCurveColors[dof & 7]; in initPhysics()
/dports/devel/bullet/bullet3-3.21/examples/Importers/ImportColladaDemo/
H A DbtMatrix4x4.h28 btVector4 m_el[4]; in ATTRIBUTE_ALIGNED16()
96 SIMD_FORCE_INLINE const btVector4& operator[](int i) const in ATTRIBUTE_ALIGNED16()
102 SIMD_FORCE_INLINE btScalar tdotx(const btVector4& v) const in ATTRIBUTE_ALIGNED16()
106 SIMD_FORCE_INLINE btScalar tdoty(const btVector4& v) const in ATTRIBUTE_ALIGNED16()
110 SIMD_FORCE_INLINE btScalar tdotz(const btVector4& v) const in ATTRIBUTE_ALIGNED16()
114 SIMD_FORCE_INLINE btScalar tdotw(const btVector4& v) const in ATTRIBUTE_ALIGNED16()
131 inline btScalar btDot4(const btVector4& v0, const btVector4& v1) in btDot4()
138 btVector4 v(v1[0], v1[1], v1[2], 1);
/dports/devel/py-bullet3/bullet3-3.21/examples/Importers/ImportColladaDemo/
H A DbtMatrix4x4.h28 btVector4 m_el[4]; in ATTRIBUTE_ALIGNED16()
96 SIMD_FORCE_INLINE const btVector4& operator[](int i) const in ATTRIBUTE_ALIGNED16()
102 SIMD_FORCE_INLINE btScalar tdotx(const btVector4& v) const in ATTRIBUTE_ALIGNED16()
106 SIMD_FORCE_INLINE btScalar tdoty(const btVector4& v) const in ATTRIBUTE_ALIGNED16()
110 SIMD_FORCE_INLINE btScalar tdotz(const btVector4& v) const in ATTRIBUTE_ALIGNED16()
114 SIMD_FORCE_INLINE btScalar tdotw(const btVector4& v) const in ATTRIBUTE_ALIGNED16()
131 inline btScalar btDot4(const btVector4& v0, const btVector4& v1) in btDot4()
138 btVector4 v(v1[0], v1[1], v1[2], 1);
/dports/devel/bullet/bullet3-3.21/examples/MultiBody/
H A DMultiBodySoftContact.cpp53 btVector4 colors[4] = in initPhysics()
55 btVector4(1, 0, 0, 1), in initPhysics()
56 btVector4(0, 1, 0, 1), in initPhysics()
57 btVector4(0, 1, 1, 1), in initPhysics()
58 btVector4(1, 1, 0, 1), in initPhysics()
87 btVector4 color = colors[curColor]; in initPhysics()
/dports/devel/py-bullet3/bullet3-3.21/examples/MultiBody/
H A DMultiBodySoftContact.cpp53 btVector4 colors[4] = in initPhysics()
55 btVector4(1, 0, 0, 1), in initPhysics()
56 btVector4(0, 1, 0, 1), in initPhysics()
57 btVector4(0, 1, 1, 1), in initPhysics()
58 btVector4(1, 1, 0, 1), in initPhysics()
87 btVector4 color = colors[curColor]; in initPhysics()
/dports/devel/bullet/bullet3-3.21/src/BulletCollision/Gimpact/
H A DbtTriangleShapeEx.h40 btVector4 m_separating_normal;
65 void merge_points(const btVector4& plane,
73 btVector4 m_plane;
94 SIMD_FORCE_INLINE void get_edge_plane(int edge_index, btVector4& plane) const in get_edge_plane()
159 SIMD_FORCE_INLINE void buildTriPlane(btVector4& plane) const in buildTriPlane()
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/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletCollision/Gimpact/
H A DbtTriangleShapeEx.h40 btVector4 m_separating_normal;
65 void merge_points(const btVector4& plane,
73 btVector4 m_plane;
94 SIMD_FORCE_INLINE void get_edge_plane(int edge_index, btVector4& plane) const in get_edge_plane()
159 SIMD_FORCE_INLINE void buildTriPlane(btVector4& plane) const in buildTriPlane()
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/games/supertuxkart/SuperTuxKart-1.2-src/lib/bullet/src/BulletCollision/Gimpact/
H A DbtTriangleShapeEx.h42 btVector4 m_separating_normal;
67 void merge_points(const btVector4 & plane,
78 btVector4 m_plane;
101 SIMD_FORCE_INLINE void get_edge_plane(int edge_index, btVector4 &plane) const in get_edge_plane()
169 SIMD_FORCE_INLINE void buildTriPlane(btVector4 & plane) const in buildTriPlane()
H A Dgim_tri_collision.h49 btVector4 m_separating_normal;
115 SIMD_FORCE_INLINE void merge_points(const btVector4 & plane, GREAL margin, in merge_points()
145 SIMD_FORCE_INLINE void get_plane(btVector4 &plane) const in get_plane()
157 …LINE void get_edge_plane(GUINT edge_index,const btVector3 &triangle_normal,btVector4 &plane) const in get_edge_plane()
299 btVector4 edge_plane; in is_point_inside()
321 btVector4 faceplane;
354 btVector4 faceplane;
/dports/games/critterding/critterding-beta12/src/utils/bullet/BulletCollision/Gimpact/
H A DbtTriangleShapeEx.h42 btVector4 m_separating_normal;
67 void merge_points(const btVector4 & plane,
78 btVector4 m_plane;
101 SIMD_FORCE_INLINE void get_edge_plane(int edge_index, btVector4 &plane) const in get_edge_plane()
169 SIMD_FORCE_INLINE void buildTriPlane(btVector4 & plane) const in buildTriPlane()
H A Dgim_tri_collision.h49 btVector4 m_separating_normal;
115 SIMD_FORCE_INLINE void merge_points(const btVector4 & plane, GREAL margin, in merge_points()
145 SIMD_FORCE_INLINE void get_plane(btVector4 &plane) const in get_plane()
157 …LINE void get_edge_plane(GUINT edge_index,const btVector3 &triangle_normal,btVector4 &plane) const in get_edge_plane()
299 btVector4 edge_plane; in is_point_inside()
321 btVector4 faceplane;
354 btVector4 faceplane;
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/Gimpact/
H A DbtTriangleShapeEx.h40 btVector4 m_separating_normal;
65 void merge_points(const btVector4& plane,
73 btVector4 m_plane;
94 SIMD_FORCE_INLINE void get_edge_plane(int edge_index, btVector4& plane) const in get_edge_plane()
159 SIMD_FORCE_INLINE void buildTriPlane(btVector4& plane) const in buildTriPlane()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/bullet/BulletCollision/Gimpact/
H A DbtTriangleShapeEx.h40 btVector4 m_separating_normal;
65 void merge_points(const btVector4& plane,
73 btVector4 m_plane;
94 SIMD_FORCE_INLINE void get_edge_plane(int edge_index, btVector4& plane) const in get_edge_plane()
159 SIMD_FORCE_INLINE void buildTriPlane(btVector4& plane) const in buildTriPlane()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/BulletCollision/Gimpact/
H A DbtTriangleShapeEx.h42 btVector4 m_separating_normal;
67 void merge_points(const btVector4 & plane,
78 btVector4 m_plane;
101 SIMD_FORCE_INLINE void get_edge_plane(int edge_index, btVector4 &plane) const in get_edge_plane()
169 SIMD_FORCE_INLINE void buildTriPlane(btVector4 & plane) const in buildTriPlane()
H A Dgim_tri_collision.h49 btVector4 m_separating_normal;
115 SIMD_FORCE_INLINE void merge_points(const btVector4 & plane, GREAL margin, in merge_points()
145 SIMD_FORCE_INLINE void get_plane(btVector4 &plane) const in get_plane()
157 …LINE void get_edge_plane(GUINT edge_index,const btVector3 &triangle_normal,btVector4 &plane) const in get_edge_plane()
299 btVector4 edge_plane; in is_point_inside()
321 btVector4 faceplane;
354 btVector4 faceplane;
/dports/devel/py-bullet3/bullet3-3.21/src/BulletCollision/Gimpact/
H A DbtTriangleShapeEx.h40 btVector4 m_separating_normal;
65 void merge_points(const btVector4& plane,
73 btVector4 m_plane;
94 SIMD_FORCE_INLINE void get_edge_plane(int edge_index, btVector4& plane) const in get_edge_plane()
159 SIMD_FORCE_INLINE void buildTriPlane(btVector4& plane) const in buildTriPlane()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/BulletCollision/Gimpact/
H A DbtTriangleShapeEx.h42 btVector4 m_separating_normal;
67 void merge_points(const btVector4 & plane,
78 btVector4 m_plane;
101 SIMD_FORCE_INLINE void get_edge_plane(int edge_index, btVector4 &plane) const in get_edge_plane()
169 SIMD_FORCE_INLINE void buildTriPlane(btVector4 & plane) const in buildTriPlane()
H A Dgim_tri_collision.h49 btVector4 m_separating_normal;
115 SIMD_FORCE_INLINE void merge_points(const btVector4 & plane, GREAL margin, in merge_points()
145 SIMD_FORCE_INLINE void get_plane(btVector4 &plane) const in get_plane()
157 …LINE void get_edge_plane(GUINT edge_index,const btVector3 &triangle_normal,btVector4 &plane) const in get_edge_plane()
299 btVector4 edge_plane; in is_point_inside()
321 btVector4 faceplane;
354 btVector4 faceplane;
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletCollision/Gimpact/
H A DbtTriangleShapeEx.h42 btVector4 m_separating_normal;
67 void merge_points(const btVector4 & plane,
78 btVector4 m_plane;
101 SIMD_FORCE_INLINE void get_edge_plane(int edge_index, btVector4 &plane) const in get_edge_plane()
169 SIMD_FORCE_INLINE void buildTriPlane(btVector4 & plane) const in buildTriPlane()
H A Dgim_tri_collision.h49 btVector4 m_separating_normal;
115 SIMD_FORCE_INLINE void merge_points(const btVector4 & plane, GREAL margin, in merge_points()
145 SIMD_FORCE_INLINE void get_plane(btVector4 &plane) const in get_plane()
157 …LINE void get_edge_plane(GUINT edge_index,const btVector3 &triangle_normal,btVector4 &plane) const in get_edge_plane()
299 btVector4 edge_plane; in is_point_inside()
321 btVector4 faceplane;
354 btVector4 faceplane;
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/Gimpact/
H A DbtTriangleShapeEx.h40 btVector4 m_separating_normal;
65 void merge_points(const btVector4& plane,
73 btVector4 m_plane;
94 SIMD_FORCE_INLINE void get_edge_plane(int edge_index, btVector4& plane) const in get_edge_plane()
159 SIMD_FORCE_INLINE void buildTriPlane(btVector4& plane) const in buildTriPlane()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/gimpact/GIMPACT/Bullet/
H A DbtTriangleShapeEx.h40 btVector4 m_separating_normal;
65 void merge_points(const btVector4& plane,
73 btVector4 m_plane;
94 SIMD_FORCE_INLINE void get_edge_plane(int edge_index, btVector4& plane) const in get_edge_plane()
159 SIMD_FORCE_INLINE void buildTriPlane(btVector4& plane) const in buildTriPlane()

12345678910>>...14