Point (class MKI_MATRIX)

www.CAD6.com

C++ Syntax

MKI_POINT

MKI_MATRIX::Point(

 const double f_dX,

 const double f_dY ) const;

 

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

 

MKI_POINT

MKI_MATRIX::Point(

 const MKI_POINT_BASE& f_rPoint ) const;

 

Calculates the resulting point of multiplying Point by the matrix, including translation.

 

MKI_POINT

MKI_MATRIX::Point(

 const MKI_VECTOR_BASE& f_rVector ) const;

 

Calculates the resulting point of multiplying Vector by the matrix, including translation.

 

MKI_POINT_REF

MKI_MATRIX::Point( void );

 

Returns a point containing the m31 and m32 element of the matrix.

 

Return Value

Returns the resulting point.

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH