Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
431
void Entity::SetOrient(const Matrix3& dir)
432
{
433
base::SetOrient(dir);
434
InvDirty();
435
}
436
437
void Entity::SetOrient(Vector3Par dir, Vector3Par up)
438
{
Callers
1
AddForce
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected