SetOffset (class MKI_POINT)

www.CAD6.com

C++ Syntax

void

MKI_POINT::SetOffset(

 const MKI_MATRIX& f_rMatrix,

 const MKI_POINT& f_rPoint );

 

Assigns Matrix × Point without translation to this point.

 

void

MKI_POINT::SetOffset(

 const MKI_MATRIX& f_rMatrix,

 const double f_dX,

 const double f_dY );

 

Assigns Matrix × ( x / y ) without translation to this point.

 

CAD6interface 2026.1 - Copyright 2026 Malz++Kassner® GmbH