MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / SetOrient

Method SetOrient

engine/Poseidon/World/Simulation/Simul.cpp:431–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429 InvDirty();
430}
431void Entity::SetOrient(const Matrix3& dir)
432{
433 base::SetOrient(dir);
434 InvDirty();
435}
436
437void Entity::SetOrient(Vector3Par dir, Vector3Par up)
438{

Callers 1

AddForceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected