|
Open3D (C++ API)
0.18.0+252c867
|
#include <CameraInteractorLogic.h>
Public Member Functions | |
| CameraInteractorLogic (Camera *c, double min_far_plane) | |
| void | SetBoundingBox (const geometry::AxisAlignedBoundingBox &bounds) override |
| void | Rotate (int dx, int dy) override |
| void | RotateZ (int dx, int dy) override |
| Rotates about the forward axis of the matrix. More... | |
| void | Dolly (float dy, DragType type) override |
| void | Dolly (float z_dist, Camera::Transform matrix_in) override |
| void | Pan (int dx, int dy) override |
| void | Zoom (int dy, DragType drag_type) |
| Sets camera field of view. More... | |
| void | RotateLocal (float angle_rad, const Eigen::Vector3f &axis) |
| void | MoveLocal (const Eigen::Vector3f &v) |
| void | RotateFly (int dx, int dy) |
| void | StartMouseDrag () override |
| void | ResetMouseDrag () |
| void | UpdateMouseDragUI () override |
| void | EndMouseDrag () override |
Public Member Functions inherited from open3d::visualization::rendering::RotationInteractorLogic | |
| RotationInteractorLogic (Camera *camera, double min_far_plane) | |
| ~RotationInteractorLogic () | |
| virtual void | SetCenterOfRotation (const Eigen::Vector3f ¢er) |
Public Member Functions inherited from open3d::visualization::rendering::MatrixInteractorLogic | |
| virtual | ~MatrixInteractorLogic () |
| void | SetViewSize (int width, int height) |
| int | GetViewWidth () const |
| int | GetViewHeight () const |
| const geometry::AxisAlignedBoundingBox & | GetBoundingBox () const |
| Eigen::Vector3f | GetCenterOfRotation () const |
| void | SetMouseDownInfo (const Camera::Transform &matrix, const Eigen::Vector3f ¢er_of_rotation) |
| const Camera::Transform & | GetMatrix () const |
| virtual void | RotateWorld (int dx, int dy, const Eigen::Vector3f &x_axis, const Eigen::Vector3f &y_axis) |
| virtual void | RotateZWorld (int dx, int dy, const Eigen::Vector3f &forward) |
| open3d::visualization::rendering::CameraInteractorLogic::CameraInteractorLogic | ( | Camera * | c, |
| double | min_far_plane | ||
| ) |
|
overridevirtual |
Moves the matrix along the forward axis. (This is one type of zoom.)
Reimplemented from open3d::visualization::rendering::MatrixInteractorLogic.
|
overridevirtual |
Reimplemented from open3d::visualization::rendering::MatrixInteractorLogic.
|
overridevirtual |
Reimplemented from open3d::visualization::rendering::RotationInteractorLogic.
| void open3d::visualization::rendering::CameraInteractorLogic::MoveLocal | ( | const Eigen::Vector3f & | v | ) |
|
overridevirtual |
Reimplemented from open3d::visualization::rendering::RotationInteractorLogic.
| void open3d::visualization::rendering::CameraInteractorLogic::ResetMouseDrag | ( | ) |
|
overridevirtual |
Rotates about an axis defined by dx * matrixLeft, dy * matrixUp. dy is assumed to be in window-style coordinates, that is, going up produces a negative dy. The axis goes through the center of rotation.
Reimplemented from open3d::visualization::rendering::MatrixInteractorLogic.
Reimplemented in open3d::visualization::rendering::CameraSphereInteractorLogic.
| void open3d::visualization::rendering::CameraInteractorLogic::RotateFly | ( | int | dx, |
| int | dy | ||
| ) |
| void open3d::visualization::rendering::CameraInteractorLogic::RotateLocal | ( | float | angle_rad, |
| const Eigen::Vector3f & | axis | ||
| ) |
|
overridevirtual |
Rotates about the forward axis of the matrix.
Reimplemented from open3d::visualization::rendering::MatrixInteractorLogic.
|
overridevirtual |
Reimplemented from open3d::visualization::rendering::MatrixInteractorLogic.
|
overridevirtual |
Reimplemented from open3d::visualization::rendering::RotationInteractorLogic.
Reimplemented in open3d::visualization::rendering::CameraSphereInteractorLogic.
|
overridevirtual |
Reimplemented from open3d::visualization::rendering::RotationInteractorLogic.
| void open3d::visualization::rendering::CameraInteractorLogic::Zoom | ( | int | dy, |
| DragType | drag_type | ||
| ) |
Sets camera field of view.