#include <photon/estimation/RotTrlTransform3d.h>
|
| | RotTrlTransform3d (const wpi::math::Rotation3d &newRot, const wpi::math::Translation3d &newTrl) |
| |
| | RotTrlTransform3d (const wpi::math::Pose3d &initial, const wpi::math::Pose3d &last) |
| |
| | RotTrlTransform3d (const wpi::math::Transform3d &trf) |
| |
| | RotTrlTransform3d () |
| |
| RotTrlTransform3d | Inverse () const |
| |
| wpi::math::Transform3d | GetTransform () const |
| |
| wpi::math::Translation3d | GetTranslation () const |
| |
| wpi::math::Rotation3d | GetRotation () const |
| |
| wpi::math::Translation3d | Apply (const wpi::math::Translation3d &trlToApply) const |
| |
| std::vector< wpi::math::Translation3d > | ApplyTrls (const std::vector< wpi::math::Translation3d > &trls) const |
| |
| wpi::math::Rotation3d | Apply (const wpi::math::Rotation3d &rotToApply) const |
| |
| std::vector< wpi::math::Rotation3d > | ApplyTrls (const std::vector< wpi::math::Rotation3d > &rots) const |
| |
| wpi::math::Pose3d | Apply (const wpi::math::Pose3d &poseToApply) const |
| |
| std::vector< wpi::math::Pose3d > | ApplyPoses (const std::vector< wpi::math::Pose3d > &poses) const |
| |
◆ RotTrlTransform3d() [1/4]
| photon::RotTrlTransform3d::RotTrlTransform3d |
( |
const wpi::math::Rotation3d & | newRot, |
|
|
const wpi::math::Translation3d & | newTrl ) |
|
inline |
◆ RotTrlTransform3d() [2/4]
| photon::RotTrlTransform3d::RotTrlTransform3d |
( |
const wpi::math::Pose3d & | initial, |
|
|
const wpi::math::Pose3d & | last ) |
|
inline |
◆ RotTrlTransform3d() [3/4]
| photon::RotTrlTransform3d::RotTrlTransform3d |
( |
const wpi::math::Transform3d & | trf | ) |
|
|
inlineexplicit |
◆ RotTrlTransform3d() [4/4]
| photon::RotTrlTransform3d::RotTrlTransform3d |
( |
| ) |
|
|
inline |
◆ Apply() [1/3]
| wpi::math::Pose3d photon::RotTrlTransform3d::Apply |
( |
const wpi::math::Pose3d & | poseToApply | ) |
const |
|
inline |
◆ Apply() [2/3]
| wpi::math::Rotation3d photon::RotTrlTransform3d::Apply |
( |
const wpi::math::Rotation3d & | rotToApply | ) |
const |
|
inline |
◆ Apply() [3/3]
| wpi::math::Translation3d photon::RotTrlTransform3d::Apply |
( |
const wpi::math::Translation3d & | trlToApply | ) |
const |
|
inline |
◆ ApplyPoses()
| std::vector< wpi::math::Pose3d > photon::RotTrlTransform3d::ApplyPoses |
( |
const std::vector< wpi::math::Pose3d > & | poses | ) |
const |
|
inline |
◆ ApplyTrls() [1/2]
| std::vector< wpi::math::Rotation3d > photon::RotTrlTransform3d::ApplyTrls |
( |
const std::vector< wpi::math::Rotation3d > & | rots | ) |
const |
|
inline |
◆ ApplyTrls() [2/2]
| std::vector< wpi::math::Translation3d > photon::RotTrlTransform3d::ApplyTrls |
( |
const std::vector< wpi::math::Translation3d > & | trls | ) |
const |
|
inline |
◆ GetRotation()
| wpi::math::Rotation3d photon::RotTrlTransform3d::GetRotation |
( |
| ) |
const |
|
inline |
◆ GetTransform()
| wpi::math::Transform3d photon::RotTrlTransform3d::GetTransform |
( |
| ) |
const |
|
inline |
◆ GetTranslation()
| wpi::math::Translation3d photon::RotTrlTransform3d::GetTranslation |
( |
| ) |
const |
|
inline |
◆ Inverse()
◆ MakeRelativeTo()
| static RotTrlTransform3d photon::RotTrlTransform3d::MakeRelativeTo |
( |
const wpi::math::Pose3d & | pose | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: