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

Method Object3D

testbed/opengl-framework/src/Object3D.cpp:33–36  ·  view source on GitHub ↗

Constructor

Source from the content-addressed store, hash-verified

31
32// Constructor
33Object3D::Object3D() {
34 // Set the transformation matrix to the identity
35 setToIdentity();
36}
37
38// Destructor
39Object3D::~Object3D() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected