MCPcopy Create free account

hub / github.com/DanielChappuis/reactphysics3d / functions

Functions2,534 in github.com/DanielChappuis/reactphysics3d

MethodgetJoint
Return a pointer to a given joint
include/reactphysics3d/components/SliderJointComponents.h:464
MethodgetJoint
Return a pointer to a given joint
include/reactphysics3d/components/HingeJointComponents.h:419
MethodgetJoint
Return a pointer to a given joint
include/reactphysics3d/components/BallAndSocketJointComponents.h:252
MethodgetLevelName
Return the name of a level
include/reactphysics3d/utils/Logger.h:69
MethodgetLinearDamping
Return the linear damping factor of an entity
include/reactphysics3d/components/RigidBodyComponents.h:520
MethodgetListHead
include/reactphysics3d/containers/LinkedList.h:100
MethodgetLocalBounds
Return the local bounds of the shape in x, y and z directions This method is used to compute the AABB of the box * @return The AABB of the shape */
src/collision/shapes/CapsuleShape.cpp:90
MethodgetLocalBounds
Return the local bounds of the shape in x, y and z directions. This method is used to compute the AABB of the box * @param min The minimum bounds of t
src/collision/shapes/ConcaveMeshShape.cpp:276
MethodgetLocalBounds
Return the local bounds of the shape in x, y and z directions. * @return The AABB with the min/max bounds of the shape */
src/collision/shapes/HeightFieldShape.cpp:50
MethodgetLocalBounds
Return the local bounds of the shape in x, y and z directions * @return The AABB with the min/max bounds */
src/collision/shapes/ConvexMeshShape.cpp:208
MethodgetLocalBounds
Return the local bounds of the shape in x, y and z directions. * @return The AABB with the min/max bounds of the shape */
include/reactphysics3d/collision/shapes/TriangleShape.h:208
MethodgetLocalBounds
Return the local bounds of the shape in x, y and z directions. This method is used to compute the AABB of the box * @return The AABB with the min/max
include/reactphysics3d/collision/shapes/SphereShape.h:160
MethodgetLocalInertiaTensor
Return the local inertia tensor of the capsule * @param mass Mass to use to compute the inertia tensor of the collision shape */
src/collision/shapes/CapsuleShape.cpp:51
MethodgetLocalInertiaTensor
Return the local inertia tensor of the mesh The local inertia tensor of the convex mesh is approximated using the inertia tensor of its bounding box.
include/reactphysics3d/collision/ConvexMesh.h:200
MethodgetLocalInertiaTensor
Return the local inertia tensor of the triangle shape * @param mass Mass to use to compute the inertia tensor of the collision shape * @return A vect
include/reactphysics3d/collision/shapes/TriangleShape.h:227
MethodgetLocalInertiaTensor
Return the local inertia tensor of the sphere * @param mass Mass to use to compute the inertia tensor of the collision shape */
include/reactphysics3d/collision/shapes/SphereShape.h:170
MethodgetLocalInertiaTensor
Return the local inertia tensor of the shape * @param mass Mass to use to compute the inertia tensor of the collision shape */
include/reactphysics3d/collision/shapes/ConcaveShape.h:168
MethodgetLocalInertiaTensor
Return the local inertia tensor of the collision shape. The local inertia tensor of the convex mesh is approximated using the inertia tensor of its bo
include/reactphysics3d/collision/shapes/ConvexMeshShape.h:175
MethodgetLocalPoint
Return the body local-space coordinates of a point given in the world-space coordinates * @param worldPoint A point in world-space coordinates * @retu
src/body/Body.cpp:452
MethodgetLocalSupportPointWithoutMargin
Return a local support point in a given direction without the object margin
include/reactphysics3d/collision/shapes/TriangleShape.h:199
MethodgetLocalSupportPointWithoutMargin
Return a local support point in a given direction without the object margin
include/reactphysics3d/collision/shapes/BoxShape.h:167
MethodgetLocalSupportPointWithoutMargin
Return a local support point in a given direction without the object margin
include/reactphysics3d/collision/shapes/SphereShape.h:149
MethodgetLocalSupportPointWithoutMargin
Return a local support point in a given direction without the object margin. A capsule is the convex hull of two spheres S1 and S2. The support point
include/reactphysics3d/collision/shapes/CapsuleShape.h:191
MethodgetLocalTime
Return the current date and time
include/reactphysics3d/utils/DefaultLogger.h:86
MethodgetLocalVector
Return the body local-space coordinates of a vector given in the world-space coordinates * @param worldVector A vector in world-space coordinates * @r
src/body/Body.cpp:461
MethodgetLogger
Return the current logger * @return A pointer to the current logger */
include/reactphysics3d/engine/PhysicsCommon.h:271
MethodgetLowerLimit
Return the Lower limit (minimum allowed rotation angle in radian)
include/reactphysics3d/components/SliderJointComponents.h:844
MethodgetMass
Return the mass of an entity
include/reactphysics3d/components/RigidBodyComponents.h:536
MethodgetMassInverse
Return the inverse mass of an entity
include/reactphysics3d/components/RigidBodyComponents.h:544
MethodgetMaxAngleLimit
Return the maximum angle limit * @return The maximum limit angle of the joint (in radian) */
src/constraint/HingeJoint.cpp:226
MethodgetMaxAxis
Return the axis with the maximal value
include/reactphysics3d/mathematics/Vector3.h:240
MethodgetMaxMotorForce
Return the maximum motor torque (in Newtons) that can be applied to reach to desired motor speed
include/reactphysics3d/components/SliderJointComponents.h:914
MethodgetMaxMotorTorque
Return the maximum motor torque (in Newtons) that can be applied to reach to desired motor speed
include/reactphysics3d/components/HingeJointComponents.h:885
MethodgetMaxTranslationLimit
Return the maximum translation limit * @return The maximum translation limit of the joint (in meters) */
src/constraint/SliderJoint.cpp:293
MethodgetMinAngleLimit
Return the minimum angle limit * @return The minimum limit angle of the joint (in radian) */
src/constraint/HingeJoint.cpp:218
MethodgetMinAxis
Return the axis with the minimal value
include/reactphysics3d/mathematics/Vector3.h:235
MethodgetMinTranslationLimit
Return the minimum translation limit * @return The minimum translation limit of the joint (in meters) */
src/constraint/SliderJoint.cpp:269
MethodgetMotorForce
Return the intensity of the current force applied for the joint motor * @param timeStep Time step (in seconds) * @return The current force of the joi
src/constraint/SliderJoint.cpp:244
MethodgetMotorSpeed
Return the motor speed (in rad/s)
include/reactphysics3d/components/SliderJointComponents.h:900
MethodgetMotorSpeed
Return the motor speed (in rad/s)
include/reactphysics3d/components/HingeJointComponents.h:871
MethodgetMotorTorque
Return the intensity of the current torque applied for the joint motor * @param timeStep The current time step (in seconds) * @return The intensity o
src/constraint/HingeJoint.cpp:251
MethodgetNbBodies
Return the number of bodies in the island
include/reactphysics3d/engine/Island.h:121
MethodgetNbContactManifolds
Return the number of contact manifolds in the island
include/reactphysics3d/engine/Island.h:126
MethodgetNbFaces
Return the number of faces * @return The number of faces in the polyhedron */
include/reactphysics3d/utils/quickhull/QHHalfEdgeStructure.h:359
MethodgetNbFaces
Return the number of faces * @return The number of faces in the array */
include/reactphysics3d/collision/PolygonVertexArray.h:179
MethodgetNbFaces
Return the number of faces * @return The number of faces in the polyhedron */
include/reactphysics3d/collision/HalfEdgeStructure.h:158
MethodgetNbFaces
Return the number of faces of the polyhedron
include/reactphysics3d/collision/shapes/TriangleShape.h:237
MethodgetNbFaces
Return the number of faces of the polyhedron
include/reactphysics3d/collision/shapes/BoxShape.h:182
MethodgetNbFaces
Return the number of faces of the mesh
include/reactphysics3d/collision/shapes/ConvexMeshShape.h:180
MethodgetNbFailedTests
Return the number of failed tests
test/TestSuite.cpp:51
MethodgetNbFailedTests
Return the number of failed tests
test/Test.h:140
MethodgetNbFrames
Return the number of frames
include/reactphysics3d/utils/Profiler.h:483
MethodgetNbHalfEdges
Return the number of edges * @return The number of edges in the polyhedron */
include/reactphysics3d/utils/quickhull/QHHalfEdgeStructure.h:367
MethodgetNbHalfEdges
Return the number of edges * @return The number of edges in the polyhedron */
include/reactphysics3d/collision/HalfEdgeStructure.h:166
MethodgetNbHalfEdges
Return the number of half-edges of the polyhedron
include/reactphysics3d/collision/shapes/TriangleShape.h:271
MethodgetNbHalfEdges
Return the number of half-edges of the mesh
include/reactphysics3d/collision/shapes/ConvexMeshShape.h:202
MethodgetNbPassedTests
Return the number of passed tests
test/TestSuite.cpp:38
MethodgetNbPassedTests
Return the number of passed tests
test/Test.h:135
MethodgetNbTriangles
Return the number of triangles * @return The number of triangles in the array of triangles to draw */
include/reactphysics3d/utils/DebugRenderer.h:302
MethodgetNbTriangles
Return the number of triangles * @return The number of triangles in the array */
include/reactphysics3d/collision/TriangleVertexArray.h:208
MethodgetNbTriangles
Return the number of triangles faces of the mesh
include/reactphysics3d/collision/TriangleMesh.h:150
MethodgetNbVertices
Return the number of vertices * @return The number of vertices in the polyhedron */
include/reactphysics3d/utils/quickhull/QHHalfEdgeStructure.h:375
MethodgetNbVertices
Return the number of vertices * @return The number of vertices in the array */
include/reactphysics3d/collision/VertexArray.h:102
MethodgetNbVertices
Return the number of vertices * @return The number of vertices in the array */
include/reactphysics3d/collision/PolygonVertexArray.h:171
MethodgetNbVertices
Return the number of vertices * @return The number of vertices in the polyhedron */
include/reactphysics3d/collision/HalfEdgeStructure.h:174
MethodgetNbVertices
Return the number of vertices * @return The number of vertices in the mesh */
include/reactphysics3d/collision/ConvexMesh.h:137
MethodgetNbVertices
Return the number of vertices * @return The number of vertices in the array */
include/reactphysics3d/collision/TriangleVertexArray.h:200
MethodgetNbVertices
Return the number of vertices in the mesh
include/reactphysics3d/collision/TriangleMesh.h:145
MethodgetNbVertices
Return the number of vertices of the polyhedron
include/reactphysics3d/collision/shapes/TriangleShape.h:242
MethodgetNbVertices
Return the number of vertices of the polyhedron
include/reactphysics3d/collision/shapes/BoxShape.h:187
MethodgetNbVertices
Return the number of vertices of the mesh
include/reactphysics3d/collision/shapes/ConvexMeshShape.h:191
MethodgetNearClippingPlane
Get the near clipping plane
testbed/opengl-framework/src/Camera.h:160
MethodgetOneUnitOrthogonalVector
Return one unit orthogonal vector of the current vector
src/mathematics/Vector3.cpp:46
MethodgetOutputStream
Return the output stream
test/TestSuite.h:115
MethodgetOverlappingPair
Return a given overlapping pair of bodies Note that the returned OverlapPair object is only valid during the call of the CollisionCallback::onOverlap(
include/reactphysics3d/collision/OverlapCallback.h:196
MethodgetPenetrationDepth
Return the penetration depth between the two bodies in contact * @return The penetration depth (larger than zero) */
include/reactphysics3d/collision/CollisionCallback.h:315
MethodgetPositionCorrectionTechnique
Return the position correction technique of a joint
include/reactphysics3d/components/JointComponents.h:192
MethodgetProfiler
Return a pointer to the profiler * @return A pointer to the profiler */
include/reactphysics3d/engine/PhysicsWorld.h:573
MethodgetProgramObjectId
Return the shader object program ID
testbed/opengl-framework/src/Shader.h:319
MethodgetRadius
Get the radius of the capsule * @return The radius of the capsule shape (in meters) */
include/reactphysics3d/collision/shapes/CapsuleShape.h:129
MethodgetRaycastTestType
Return the raycast test type (front, back, front-back)
include/reactphysics3d/collision/shapes/TriangleShape.h:276
MethodgetReactionForce
Return the force (in Newtons) on body 2 required to satisfy the joint constraint in world-space * @return The current force (in Newtons) applied on bo
src/constraint/BallAndSocketJoint.cpp:143
MethodgetReactionForce
Return the force (in Newtons) on body 2 required to satisfy the joint constraint in world-space * @return The current force (in Newtons) applied on bo
src/constraint/SliderJoint.cpp:301
MethodgetReactionForce
Return the force (in Newtons) on body 2 required to satisfy the joint constraint in world-space * @return The current force (in Newtons) applied on bo
src/constraint/FixedJoint.cpp:78
MethodgetReactionTorque
Return the torque (in Newtons * meters) on body 2 required to satisfy the joint constraint in world-space * @return The current torque (in Newtons * m
src/constraint/BallAndSocketJoint.cpp:152
MethodgetReactionTorque
Return the torque (in Newtons * meters) on body 2 required to satisfy the joint constraint in world-space * @return The current torque (in Newtons * m
src/constraint/SliderJoint.cpp:323
MethodgetReactionTorque
Return the torque (in Newtons * meters) on body 2 required to satisfy the joint constraint in world-space * @return The current torque (in Newtons * m
src/constraint/HingeJoint.cpp:285
MethodgetReactionTorque
Return the torque (in Newtons * meters) on body 2 required to satisfy the joint constraint in world-space * @return The current torque (in Newtons * m
src/constraint/FixedJoint.cpp:87
MethodgetRigidBody
Return a pointer to a body rigid
include/reactphysics3d/components/RigidBodyComponents.h:400
MethodgetRow
Return a row
include/reactphysics3d/mathematics/Matrix3x3.h:196
MethodgetSceneRadius
Get the radius of the scene the camera should capture
testbed/opengl-framework/src/Camera.h:129
MethodgetSimplex
Return the points of the simplex
src/collision/narrowphase/GJK/VoronoiSimplex.cpp:110
MethodgetSizeBytes
Return the size in bytes of the type
include/reactphysics3d/utils/DefaultLogger.h:479
MethodgetSizeInBytes
Return the number of bytes used by the collision shape
include/reactphysics3d/collision/shapes/HeightFieldShape.h:114
MethodgetSizeInBytes
Return the number of bytes used by the collision shape
include/reactphysics3d/collision/shapes/TriangleShape.h:194
MethodgetSizeInBytes
Return the number of bytes used by the collision shape
include/reactphysics3d/collision/shapes/BoxShape.h:162
MethodgetSizeInBytes
Return the number of bytes used by the collision shape * @return The size (in bytes) of the sphere shape */
include/reactphysics3d/collision/shapes/SphereShape.h:144
MethodgetSizeInBytes
Return the number of bytes used by the collision shape
include/reactphysics3d/collision/shapes/CapsuleShape.h:170
MethodgetSizeInBytes
Return the number of bytes used by the collision shape
include/reactphysics3d/collision/shapes/ConcaveMeshShape.h:229
MethodgetSizeInBytes
Return the number of bytes used by the collision shape
include/reactphysics3d/collision/shapes/ConvexMeshShape.h:147
← previousnext →1,401–1,500 of 2,534, ranked by callers