y (class MKI_MATRIX)

www.CAD6.com

C++ Syntax

double

MKI_MATRIX::y(

 const double f_dX, const double f_dY ) const;

 

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

 

double

MKI_MATRIX::y(

 const MKI_POINT_BASE& f_rPoint ) const;

 

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

 

double

MKI_MATRIX::y(

 const MKI_VECTOR_BASE& f_rVector ) const;

 

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

 

Return value

Returns the resulting Y-coordinate.

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH