Describes a polytope in 3D as 𝐀 * 𝐱 ≤ 𝐛 (a set of half-spaces), where 𝐀 ∈ ℝⁿˣ³, 𝐱 ∈ ℝ³, 𝐛 ∈ ℝⁿ.
#include <drake/multibody/inverse_kinematics/global_inverse_kinematics.h>
Public Member Functions | |
| Polytope3D (const Eigen::Ref< const Eigen::MatrixX3d > &m_A, const Eigen::Ref< const Eigen::VectorXd > &m_b) | |
Public Attributes | |
| Eigen::MatrixX3d | A |
| Eigen::VectorXd | b |
| Polytope3D | ( | const Eigen::Ref< const Eigen::MatrixX3d > & | m_A, |
| const Eigen::Ref< const Eigen::VectorXd > & | m_b ) |
| Eigen::MatrixX3d A |
| Eigen::VectorXd b |