Sub (class MKI_POINT)

www.CAD6.com

C++ Syntax

void

MKI_POINT::Sub(

 const double f_dX,

 const double f_dY )

 

Subtracts the vector ( x, y ) from the point.

 

void

MKI_POINT::Sub(

 const MKI_VECTOR_BASE& f_rVector )

 

Subtracts Vector from the point.

 

void

MKI_POINT::Sub(

 const double f_dFactor,

 const MKI_VECTOR_BASE& f_rVector )

 

Subtracts Factor × Vector from the point.

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH