x (class MKI_MATRIX)

www.CAD6.com

C++ Syntax

double

MKI_MATRIX::x(

 const double f_dX, const double f_dY ) const;

 

Calculates the resulting X-coordinate of multiplying the point ( x, y ) by the matrix, including translation.

 

double

MKI_MATRIX::x(

 const MKI_POINT_BASE& f_rPoint ) const;

 

Calculates the resulting X-coordinate of multiplying Point by the matrix, including translation.

 

double

MKI_MATRIX::x(

 const MKI_VECTOR_BASE& f_rVector ) const;

 

Calculates the resulting X-coordinate of multiplying Point by the matrix, including translation.

 

Return value

Returns the resulting X-coordinate.

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH