ApplyPoint (class MKI_MATRIX)

www.CAD6.com

C++ Syntax

void

MKI_MATRIX::ApplyPoint(

 double& f_rdX,

 double& f_rdY ) const;

 

Assigns the result of multiplying the point ( x, y ) by this matrix, including translation, back to ( x, y ).

 

void

MKI_MATRIX::ApplyPoint(

 MKI_POINT& f_rPoint ) const;

 

Assigns the result of multiplying Point by this matrix, including translation, back to Point.

 

void

MKI_MATRIX::ApplyPoint(

 MKI_MATRIX& f_rMatrix ) const;

 

Assigns the result of multiplying the translation part of Matrix with this matrix, including translation, back to Matrix.

 

CAD6interface 2026.1 - Copyright 2026 Malz++Kassner® GmbH