moveit2
The MoveIt Motion Planning Framework for ROS 2.
Loading...
Searching...
No Matches
moveit::core::AABB Class Reference

Represents an axis-aligned bounding box. More...

#include <aabb.hpp>

Inheritance diagram for moveit::core::AABB:
Collaboration diagram for moveit::core::AABB:

Public Member Functions

void extendWithTransformedBox (const Eigen::Isometry3d &transform, const Eigen::Vector3d &box)
 Extend with a box transformed by the given transform.

Detailed Description

Represents an axis-aligned bounding box.

Definition at line 46 of file aabb.hpp.

Member Function Documentation

◆ extendWithTransformedBox()

void moveit::core::AABB::extendWithTransformedBox ( const Eigen::Isometry3d & transform,
const Eigen::Vector3d & box )

Extend with a box transformed by the given transform.

Definition at line 40 of file aabb.cpp.

Here is the caller graph for this function:

The documentation for this class was generated from the following files: