|
Point (class MKI_MATRIX) |
www.CAD6.com |
C++ SyntaxMKI_MATRIX::Point( const double f_dX, const double f_dY ) const;
Calculates the resulting point of multiplying the point ( x, y ) by this matrix, including translation.
MKI_MATRIX::Point( const MKI_POINT& f_rPoint ) const;
Calculates the resulting point of multiplying Point by this matrix, including translation.
MKI_MATRIX::Point( const MKI_VECTOR& f_rVector ) const;
Calculates the resulting point of multiplying Vector by this matrix, including translation.
MKI_MATRIX::Point( void );
Returns a point containing the m31 and m32 element of this matrix.
Return ValueReturns the resulting point.
|
CAD6interface 2026.1 - Copyright 2026 Malz++Kassner® GmbH