SCL
1.0
Standard Control Library : Control, dynamics, physics, and simulation
|
#include <SGraphicsChaiRigidBody.hpp>
Public Attributes | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW Eigen::Matrix3d | rotation_ |
Eigen::Vector3d | translation_ |
chai3d::cGenericObject * | graphics_obj_ |
This represents a mesh object which doesn't experience any physics.
chai3d::cGenericObject* scl::SGraphicsChaiMesh::graphics_obj_ |
The pointer to the xyz graphics library's corresponding graphics object. Be sure to typecast this correctly in any implementation
EIGEN_MAKE_ALIGNED_OPERATOR_NEW Eigen::Matrix3d scl::SGraphicsChaiMesh::rotation_ |
The rotation from the base frame (0,0,0 ; 0,0,0,0)
Eigen::Vector3d scl::SGraphicsChaiMesh::translation_ |
The translation from the base frame (0,0,0 ; 0,0,0,0)