Share

pixelToModel

C++

inline void pixelToModel(
    const AcGeMatrix3d& pixToMod, 
    const AcGePoint2d& pixPt, 
    AcGePoint3d& modPt
);

File

imgent.h

Description

Translates from pixel to model coordinates.

Parameters

Parameters Description
pixToMod Input pixel-to-model transform
pixPt Input pixel coordinate
modPt Returns model coordinate

Was this information helpful?