dy (class MKI_MATRIX)

www.CAD6.com

C++ Syntax

double

MKI_MATRIX::dy(

 const double f_dX, const double f_dY ) const;

 

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

 

double

MKI_MATRIX::dy(

 const MKI_POINT& f_rPoint ) const;

 

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

 

double

MKI_MATRIX::dy(

 const MKI_VECTOR& f_rVector ) const;

 

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

 

Return value

Returns the resulting Y-component.

 

CAD6interface 2026.1 - Copyright 2026 Malz++Kassner® GmbH