libalmath
2.8.7.4
|
Namespaces | |
ActuatorCurve | |
Key | |
Tangent | |
V2 | |
Typedefs | |
using | ptree = boost::property_tree::ptree |
template<class T > | |
using | optional = boost::optional< T > |
Enumerations | |
enum | Unit { Unit::dimensionless, Unit::radian, Unit::degree, Unit::meter } |
enum | Side : bool { Side::left, Side::right } |
Functions | |
template<typename Scalar , typename std::enable_if< std::is_floating_point< Scalar >::value, int >::type = 0> | |
std::pair< std::pair< Scalar, Scalar >, std::pair< Scalar, Scalar > > | computeBezierAutoTangents (Scalar pDeltaTime1, Scalar pDeltaTime2, Scalar pDeltaAngle1, Scalar pDeltaAngle2) |
ALMATH_API ptree | v2_root_from_xar_timeline (const ptree &xar_timeline) |
ALMATH_API std::vector< ptree > | v2_roots_from_xar (const ptree &docroot) |
ALMATH_API ptree | v2_root_from_v1_root (const ptree &v1_root) |
template<typename Scalar > | |
std::enable_if < std::is_floating_point < Scalar >::value, Scalar > ::type | getUnitConversionFactor (Unit to, Unit from) |
template<typename Scalar > | |
std::enable_if < std::is_floating_point < Scalar >::value, Scalar > ::type | getSIConversionFactor (Unit from) |
using AL::qianim::optional = typedef boost::optional<T> |
using AL::qianim::ptree = typedef boost::property_tree::ptree |
|
strong |
|
strong |
std::pair<std::pair<Scalar, Scalar>, std::pair<Scalar, Scalar> > AL::qianim::computeBezierAutoTangents | ( | Scalar | pDeltaTime1, |
Scalar | pDeltaTime2, | ||
Scalar | pDeltaAngle1, | ||
Scalar | pDeltaAngle2 | ||
) |
Definition at line 35 of file bezierautotangent.h.
std::enable_if<std::is_floating_point<Scalar>::value, Scalar>::type AL::qianim::getSIConversionFactor | ( | Unit | from | ) |
Definition at line 38 of file unitutils.h.
std::enable_if<std::is_floating_point<Scalar>::value, Scalar>::type AL::qianim::getUnitConversionFactor | ( | Unit | to, |
Unit | from | ||
) |
Definition at line 22 of file unitutils.h.
ALMATH_API ptree AL::qianim::v2_root_from_v1_root | ( | const ptree & | v1_root | ) |
ALMATH_API ptree AL::qianim::v2_root_from_xar_timeline | ( | const ptree & | xar_timeline | ) |
ALMATH_API std::vector<ptree> AL::qianim::v2_roots_from_xar | ( | const ptree & | docroot | ) |