MCPcopy Create free account

hub / github.com/DanielChappuis/reactphysics3d / functions

Functions2,534 in github.com/DanielChappuis/reactphysics3d

MethodtestCapsuleVsConcaveMeshCollision
test/tests/collision/TestWorldQueries.h:2852
MethodtestCollision
Compute the narrow-phase collision detection between a sphere and a convex polyhedron This technique is based on the "Robust Contact Creation for Phys
src/collision/narrowphase/SphereVsConvexPolyhedronAlgorithm.cpp:38
MethodtestCollision
Compute the narrow-phase collision detection between a sphere and a capsule This technique is based on the "Robust Contact Creation for Physics Simula
src/collision/narrowphase/SphereVsCapsuleAlgorithm.cpp:38
MethodtestCollision
Compute the narrow-phase collision detection between two capsules This technique is based on the "Robust Contact Creation for Physics Simulations" pre
src/collision/narrowphase/CapsuleVsCapsuleAlgorithm.cpp:37
MethodtestCollision
Compute the narrow-phase collision detection between two convex polyhedra This technique is based on the "Robust Contact Creation for Physics Simulati
src/collision/narrowphase/ConvexPolyhedronVsConvexPolyhedronAlgorithm.cpp:38
MethodtestCollision
src/collision/narrowphase/SphereVsSphereAlgorithm.cpp:34
MethodtestCollision
Compute the narrow-phase collision detection between a capsule and a polyhedron This technique is based on the "Robust Contact Creation for Physics Si
src/collision/narrowphase/CapsuleVsConvexPolyhedronAlgorithm.cpp:42
MethodtestCompound
Test the RigidBody::testPointInside() method
test/tests/collision/TestPointInside.h:468
MethodtestCompound
Test the RigidBody::raycast() and PhysicsWorld::raycast() methods.
test/tests/collision/TestRaycast.h:1217
MethodtestConcaveMesh
test/tests/collision/TestRaycast.h:1350
MethodtestConstructor
test/tests/containers/TestStack.h:65
MethodtestConstructors
test/tests/containers/TestMap.h:96
MethodtestConstructors
test/tests/containers/TestDeque.h:68
MethodtestConstructors
test/tests/containers/TestSet.h:96
MethodtestConstructors
test/tests/containers/TestArray.h:71
MethodtestConstructors
Test the constructors
test/tests/mathematics/TestTransform.h:91
MethodtestConstructors
Test the constructors, getter and setter
test/tests/mathematics/TestVector3.h:69
MethodtestConstructors
Test the constructors
test/tests/mathematics/TestMatrix3x3.h:75
MethodtestConstructors
Test the constructors, getter and setter
test/tests/mathematics/TestVector2.h:69
MethodtestConstructors
Test the constructors
test/tests/mathematics/TestQuaternion.h:76
MethodtestConstructors
Test the constructors
test/tests/mathematics/TestMatrix2x2.h:73
MethodtestContains
test/tests/containers/TestSet.h:286
MethodtestContainsKey
test/tests/containers/TestMap.h:275
MethodtestConverters
test/tests/containers/TestSet.h:426
MethodtestConvexHulls
Test a simple mesh
test/tests/utils/TestQuickHull.h:69
MethodtestConvexMesh
Test the Collider::testPointInside() and RigidBody::testPointInside() methods
test/tests/collision/TestPointInside.h:412
MethodtestConvexMesh
Test the Collider::raycast(), RigidBody::raycast() and PhysicsWorld::raycast() methods.
test/tests/collision/TestRaycast.h:1004
MethodtestConvexMeshVsCapsuleCollision
test/tests/collision/TestWorldQueries.h:2319
MethodtestConvexMeshVsConcaveMeshCollision
test/tests/collision/TestWorldQueries.h:2532
MethodtestConvexMeshVsConvexMeshCollision
test/tests/collision/TestWorldQueries.h:2044
MethodtestCube
test/tests/collision/TestHalfEdgeStructure.h:47
MethodtestDotCrossProducts
Test the dot and cross products
test/tests/mathematics/TestVector3.h:142
MethodtestDotProduct
Test the dot product
test/tests/mathematics/TestVector2.h:129
MethodtestEdgesBuildMinkowskiFace
Return true if two edges of two polyhedrons build a minkowski face (and can therefore be a separating axis)
src/collision/narrowphase/SAT/SATAlgorithm.cpp:1146
MethodtestEquality
test/tests/containers/TestMap.h:340
MethodtestEquality
test/tests/containers/TestDeque.h:240
MethodtestEquality
test/tests/containers/TestSet.h:328
MethodtestEquality
test/tests/containers/TestArray.h:326
MethodtestFacesDirectionPolyhedronVsPolyhedron
Test all the normals of a polyhedron for separating axis in the polyhedron vs polyhedron case
src/collision/narrowphase/SAT/SATAlgorithm.cpp:1113
MethodtestFind
test/tests/containers/TestMap.h:320
MethodtestFind
test/tests/containers/TestSet.h:312
MethodtestFind
test/tests/containers/TestArray.h:312
MethodtestGaussMapArcsIntersect
Return true if the arcs AB and CD on the Gauss Map (unit sphere) intersect This is used to know if the edge between faces with normal A and B on first
src/collision/narrowphase/SAT/SATAlgorithm.cpp:1180
MethodtestGetSet
Test getter and setter
test/tests/mathematics/TestTransform.h:103
MethodtestGetSet
Test the getter and setter methods
test/tests/mathematics/TestMatrix3x3.h:104
MethodtestGetSet
Test the getter and setter methods
test/tests/mathematics/TestMatrix2x2.h:93
MethodtestGetSetOpenGLMatrix
Test methods to set and get transform matrix from and to OpenGL
test/tests/mathematics/TestTransform.h:128
MethodtestGettersSetters
test/tests/engine/TestRigidBody.h:148
MethodtestHeightField
test/tests/collision/TestHeightField.h:95
MethodtestHeightField
test/tests/collision/TestRaycast.h:1580
MethodtestHeightFieldScaled
test/tests/collision/TestHeightField.h:130
MethodtestIdentity
Test the identity methods
test/tests/mathematics/TestTransform.h:186
MethodtestIdentity
Test the identity methods
test/tests/mathematics/TestMatrix3x3.h:133
MethodtestIdentity
Test the identity methods
test/tests/mathematics/TestMatrix2x2.h:118
MethodtestIndexing
test/tests/containers/TestMap.h:301
MethodtestIndexing
test/tests/containers/TestArray.h:282
MethodtestInterpolateTransform
Test the method to interpolate transforms
test/tests/mathematics/TestTransform.h:161
MethodtestIntersection
test/tests/collision/TestAABB.h:242
MethodtestInverse
Test the inverse
test/tests/mathematics/TestTransform.h:117
MethodtestIsConvexEdge
Return true if a given edge is convex and false otherwise
src/utils/quickhull/QuickHull.cpp:335
MethodtestIsVertexInHorizon
Return true if the vertex is part of horizon edges
src/utils/quickhull/QuickHull.cpp:322
MethodtestIterators
test/tests/containers/TestMap.h:408
MethodtestIterators
test/tests/containers/TestDeque.h:274
MethodtestIterators
test/tests/containers/TestSet.h:402
MethodtestIterators
test/tests/containers/TestArray.h:372
MethodtestLengthMethods
Test the length, unit vector and normalize methods
test/tests/mathematics/TestVector3.h:98
MethodtestLengthMethods
Test the length, unit vector and normalize methods
test/tests/mathematics/TestVector2.h:94
MethodtestMassPropertiesMethods
test/tests/engine/TestRigidBody.h:188
MethodtestMergeMethods
test/tests/collision/TestAABB.h:194
MethodtestNarrowPhaseCollision
Execute the narrow-phase collision detection algorithm on batches
src/systems/CollisionDetectionSystem.cpp:618
MethodtestNoCollisions
test/tests/collision/TestWorldQueries.h:529
MethodtestNoOverlap
test/tests/collision/TestWorldQueries.h:585
MethodtestOperators
Test the overloaded operators
test/tests/mathematics/TestTransform.h:198
MethodtestOperators
Test the operators
test/tests/mathematics/TestVector3.h:190
MethodtestOperators
Test the operators
test/tests/mathematics/TestMatrix3x3.h:224
MethodtestOperators
Test the operators
test/tests/mathematics/TestVector2.h:168
MethodtestOperators
Test overloaded operators
test/tests/mathematics/TestQuaternion.h:233
MethodtestOperators
Test the operators
test/tests/mathematics/TestMatrix2x2.h:181
MethodtestOriginOutsideOfPlane
Test if a point is outside of the plane given by the points of the triangle (a, b, c) This method returns 1 if the point d and the origin are on oppos
src/collision/narrowphase/GJK/VoronoiSimplex.cpp:593
MethodtestOthersMethods
Test others methods
test/tests/mathematics/TestVector3.h:164
MethodtestOthersMethods
Test others methods
test/tests/mathematics/TestMatrix3x3.h:169
MethodtestOthersMethods
Test others methods
test/tests/mathematics/TestVector2.h:142
MethodtestOthersMethods
Test others methods
test/tests/mathematics/TestQuaternion.h:151
MethodtestOthersMethods
Test others methods
test/tests/mathematics/TestMatrix2x2.h:144
MethodtestOverlap
Return true if two bodies overlap (collide)
src/systems/CollisionDetectionSystem.cpp:1775
MethodtestOverlap
Report all the bodies that overlap (collide) with the body in parameter Use this method if you are not interested in contacts but if you simply want t
include/reactphysics3d/engine/PhysicsWorld.h:539
MethodtestOverlapping
test/tests/collision/TestDynamicAABBTree.h:192
MethodtestPointAmongHullVertices
test/tests/utils/TestQuickHull.h:240
MethodtestPointInside
Return true if a point is inside the collision shape * @param worldPoint Point to test in world-space coordinates * @return True if the point is insi
src/collision/Collider.cpp:58
MethodtestPointInside
Return true if a point is inside the collision shape
src/collision/shapes/CapsuleShape.cpp:70
MethodtestPointInside
Return true if a point is inside the collision shape
src/collision/shapes/ConvexMeshShape.cpp:185
MethodtestPointInside
Return true if a point is inside the collision shape
include/reactphysics3d/collision/shapes/TriangleShape.h:232
MethodtestPointInside
Return true if a point is inside the collision shape
include/reactphysics3d/collision/shapes/BoxShape.h:175
MethodtestPointInside
Return true if a point is inside the collision shape
include/reactphysics3d/collision/shapes/SphereShape.h:181
MethodtestPointInside
Return true if a point is inside the collision shape
include/reactphysics3d/collision/shapes/ConcaveShape.h:133
MethodtestPointsAmongHullVertices
test/tests/utils/TestQuickHull.h:228
MethodtestPushPop
test/tests/containers/TestStack.h:105
MethodtestRaycast
test/tests/collision/TestDynamicAABBTree.h:388
MethodtestReserve
test/tests/containers/TestMap.h:128
MethodtestReserve
test/tests/containers/TestSet.h:130
← previousnext →2,201–2,300 of 2,534, ranked by callers