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 the matrix, without translation.

 

double

MKI_MATRIX::dy(

 const MKI_POINT_BASE& f_rPoint ) const;

 

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

 

double

MKI_MATRIX::dy(

 const MKI_VECTOR_BASE& f_rVector ) const;

 

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

 

Return value

Returns the resulting Y-component.

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH