|
OpenLexocad
27.1
|
#include <ViewProj.h>
Public Member Functions | |
| virtual | ~ViewProjMethod () |
| virtual bool | isValid () const |
| virtual Vector3f | operator() (const Vector3f &rclPt) const =0 |
| virtual Vector3d | operator() (const Vector3d &rclPt) const =0 |
| virtual Vector3f | inverse (const Vector3f &rclPt) const =0 |
| virtual Vector3d | inverse (const Vector3d &rclPt) const =0 |
| virtual Matrix4D | getProjectionMatrix (void) const =0 |
| Matrix4D | getComposedProjectionMatrix (void) const |
| void | setTransform (const Base::Matrix4D &) |
| const Base::Matrix4D & | getTransform () const |
Protected Member Functions | |
| ViewProjMethod () | |
| void | transformInput (const Base::Vector3f &, Base::Vector3f &) const |
| void | transformInput (const Base::Vector3d &, Base::Vector3d &) const |
Abstract base class for all project methods.
|
inlinevirtual |
|
protected |
| Matrix4D Base::ViewProjMethod::getComposedProjectionMatrix | ( | void | ) | const |
Calculate the composed projection matrix
|
pure virtual |
Calculate the projection (+ mapping) matrix
Implemented in Base::ViewOrthoProjMatrix, and Base::ViewProjMatrix.
|
inline |
Convert a 2D point on the projection plane in 3D space
Implemented in Base::ViewOrthoProjMatrix, and Base::ViewProjMatrix.
Convert a 2D point on the projection plane in 3D space
Implemented in Base::ViewOrthoProjMatrix, and Base::ViewProjMatrix.
|
inlinevirtual |
Convert 3D point to 2D projection plane
Implemented in Base::ViewOrthoProjMatrix, and Base::ViewProjMatrix.
Convert 3D point to 2D projection plane
Implemented in Base::ViewOrthoProjMatrix, and Base::ViewProjMatrix.
| void Base::ViewProjMethod::setTransform | ( | const Base::Matrix4D & | ) |
Apply an additional transformation to the input points
|
protected |
|
protected |