|
Titan
v1.0
A high-performance CUDA-based physics simulation sandbox for robotics, physics, and reinforcement learning.
|
#include <object.h>
Public Member Functions | |
| ContactPlane (const Vec &normal, double offset) | |
Public Member Functions inherited from titan::Constraint | |
| virtual | ~Constraint ()=default |
Public Attributes | |
| Vec | _normal |
| double | _offset |
| double | _FRICTION_K |
| double | _FRICTION_S |
|
inline |
| double titan::ContactPlane::_FRICTION_K |
| double titan::ContactPlane::_FRICTION_S |
| Vec titan::ContactPlane::_normal |
| double titan::ContactPlane::_offset |