MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / init

Method init

src/engine/PhysicsCommon.cpp:63–70  ·  view source on GitHub ↗

Initialization

Source from the content-addressed store, hash-verified

61
62/// Initialization
63void PhysicsCommon::init() {
64
65 // Initialize the static half-edge structure for the BoxShape collision shape
66 initBoxShapeHalfEdgeStructure();
67
68 // Initialize the static half-edge structure for the TriangleShape collision shape
69 initTriangleShapeHalfEdgeStructure();
70}
71
72// Initialize the static half-edge structure of a BoxShape
73void PhysicsCommon::initBoxShapeHalfEdgeStructure() {

Callers 6

PhysicsWorldMethod · 0.45
createHeightFieldMethod · 0.45
createConvexMeshMethod · 0.45
createTriangleMeshMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected