MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / PhysicsTransform

Class PhysicsTransform

include/RavEngine/PhysicsSolver.hpp:140–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138
139 protected:
140 struct PhysicsTransform {
141 vector3 pos;
142 quaternion rot;
143 PhysicsTransform(const vector3& p, const quaternion& q) : pos(p), rot(q) {}
144 };
145
146 /**
147 Generic version of overlap

Callers 3

BoxOverlapMethod · 0.85
SphereOverlapMethod · 0.85
CapsuleOverlapMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected