Vector (class MKI_MATRIX)

www.CAD6.com

C++ Syntax

MKI_VECTOR

MKI_MATRIX::Vector(

 const double f_dX,

 const double f_dY ) const;

 

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

 

MKI_VECTOR

MKI_MATRIX::Vector(

 const MKI_VECTOR_BASE& f_rVector ) const;

 

Calculates the resulting vector of multiplying Vector by the matrix, without translation.

 

Return Value

Returns the resulting vector.

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH