|
GTSAM
4.0.2
C++ library for smoothing and mapping (SAM)
|


Public Types | |
| enum | |
| typedef OrientedPlane3 | ManifoldType |
| typedef manifold_tag | structure_category |
| typedef Eigen::Matrix< double, dimension, 1 > | TangentVector |
Public Member Functions | |
| GTSAM_CONCEPT_ASSERT (HasManifoldPrereqs< OrientedPlane3 >) | |
| GTSAM_CONCEPT_ASSERT (HasTestablePrereqs< OrientedPlane3 >) | |
Static Public Member Functions | |
| static TangentVector | Local (const OrientedPlane3 &origin, const OrientedPlane3 &other) |
| static OrientedPlane3 | Retract (const OrientedPlane3 &origin, const TangentVector &v) |
| static int | GetDimension (const OrientedPlane3 &) |
| static void | Print (const OrientedPlane3 &m, const std::string &str="") |
| static bool | Equals (const OrientedPlane3 &m1, const OrientedPlane3 &m2, double tol=1e-8) |
1.8.13