dx (class MKI_MATRIX)

www.CAD6.com

C++ Syntax

double

MKI_MATRIX::dx(

 const double f_dX, const double f_dY ) const;

 

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

 

double

MKI_MATRIX::dx(

 const MKI_POINT_BASE& f_rPoint ) const;

 

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

 

double

MKI_MATRIX::dx(

 const MKI_VECTOR_BASE& f_rVector ) const;

 

Calculates the resulting X-component of multiplying Vector by the matrix, without translation.

 

Return value

Returns the resulting X-component.

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH