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 the matrix, including translation, back to ( x, y ).

 

void

MKI_MATRIX::ApplyPoint(

 MKI_POINT_BASE& f_rPoint ) const;

 

Assigns the result of multiplying Point by the 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 by the matrix, including translation, back to Matrix.

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH