Go to the source code of this file.
|
| void | pixelToModel (const OdGeMatrix3d &xfm, const OdGePoint2d &pixelPoint, OdGePoint3d &modelPoint) |
| |
| void | modelToPixel (const OdGeMatrix3d &xfm, const OdGePoint3d &modelPoint, OdGePoint2d &pixelPoint) |
| |
| void | modelToPixel (const OdGeVector3d &viewDir, const OdGeMatrix3d &xfm, const OdGePlane &plane, const OdGePoint3d &modelPoint, OdGePoint2d &pixelPoint) |
| |
| OdGeMatrix3d | pixelToModelTransform (const OdGePoint3d &origin, const OdGeVector3d &u, const OdGeVector3d &v, double ySize) |
| |
◆ __IMGENT_H
| #define __IMGENT_H /*!DOM*/ |
◆ OdDbRasterImagePtr
◆ modelToPixel() [1/2]
Translates the specified point from model coordinates to pixel coordinates.
- Parameters
-
| xfm | [in] Model->Pixel transformation matrix. |
| pixelPoint | [out] Receives the pixel point. |
| modelPoint | [in] Model point. |
| plane | [in] Plane on which modelPoint is to be projected prior to transformation. |
| viewDir | [in] Vector defining the projection direction. |
Definition at line 411 of file DbRasterImage.h.
◆ modelToPixel() [2/2]
◆ pixelToModel()
Translates the specified point from pixel coordinates to model coordinates.
- Parameters
-
| xf,[in] | Pixel->Model transformation matrix. |
| pixelPoint | [in] Pixel point. |
| modelPoint | [out] Receives the Model point. |
Definition at line 394 of file DbRasterImage.h.
◆ pixelToModelTransform()