Share

modelToPixel

C++

inline void modelToPixel(
    const AcGeMatrix3d& modToPix, 
    const AcGePoint3d& modPt, 
    AcGePoint2d& pixPt
);

File

imgent.h

Description

Translates from model to pixel coordinates. The transform can be obtained by inverting the entity's pixelToModel matrix.

Parameters

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

Was this information helpful?