#include <stepping_stone.h>
|
| SteppingStone () |
|
| SteppingStone (Eigen::Vector3d center, double width, double height, std::string name="") |
|
virtual | ~SteppingStone () |
|
const Eigen::Vector3d & | getCenter () const |
|
const double & | getWidth () |
|
const double & | getHeight () |
|
const std::string & | getName () const |
|
const Eigen::Vector3d & | getTopRight () const |
|
const Eigen::Vector3d & | getBottomRight () const |
|
const Eigen::Vector3d & | getTopLeft () const |
|
const Eigen::Vector3d | getBottomLeft () const |
|
const Eigen::Matrix< double, 4, 3 > & | getAIneq () const |
|
const Eigen::Matrix< double, 4, 1 > & | getBIneq () const |
|
const Eigen::Matrix< double, 1, 3 > & | getAEq () const |
|
const Eigen::Matrix< double, 1, 1 > & | getBEq () const |
|
Definition at line 7 of file stepping_stone.h.
◆ SteppingStone() [1/2]
SteppingStone::SteppingStone |
( |
| ) |
|
◆ SteppingStone() [2/2]
SteppingStone::SteppingStone |
( |
Eigen::Vector3d |
center, |
|
|
double |
width, |
|
|
double |
height, |
|
|
std::string |
name = "" |
|
) |
| |
◆ ~SteppingStone()
SteppingStone::~SteppingStone |
( |
| ) |
|
|
virtual |
◆ getCenter()
◆ getWidth()
const double& SteppingStone::getWidth |
( |
| ) |
|
|
inline |
◆ getHeight()
const double& SteppingStone::getHeight |
( |
| ) |
|
|
inline |
◆ getName()
const std::string& SteppingStone::getName |
( |
| ) |
const |
|
inline |
◆ getTopRight()
◆ getBottomRight()
◆ getTopLeft()
◆ getBottomLeft()
◆ getAIneq()
const Eigen::Matrix<double, 4, 3>& SteppingStone::getAIneq |
( |
| ) |
const |
|
inline |
◆ getBIneq()
const Eigen::Matrix<double, 4, 1>& SteppingStone::getBIneq |
( |
| ) |
const |
|
inline |
◆ getAEq()
const Eigen::Matrix<double, 1, 3>& SteppingStone::getAEq |
( |
| ) |
const |
|
inline |
◆ getBEq()
const Eigen::Matrix<double, 1, 1>& SteppingStone::getBEq |
( |
| ) |
const |
|
inline |
◆ center
◆ width
double SteppingStone::width |
|
private |
◆ height
double SteppingStone::height |
|
private |
◆ name
std::string SteppingStone::name |
|
private |
◆ top_right
◆ bottom_right
◆ top_left
◆ bottom_left
◆ A_ineq
Eigen::Matrix<double, 4, 3> SteppingStone::A_ineq |
|
private |
◆ b_ineq
Eigen::Matrix<double, 4, 1> SteppingStone::b_ineq |
|
private |
◆ A_eq
Eigen::Matrix<double, 1, 3> SteppingStone::A_eq |
|
private |
◆ b_eq
Eigen::Matrix<double, 1, 1> SteppingStone::b_eq |
|
private |
The documentation for this class was generated from the following files: