Set (class MKI_LINE)

www.CAD6.com

C++ Syntax

void

MKI_LINE::Set(

 const double f_dX1,

 const double f_dY1,

 const double f_dX2,

 const double f_dY2 );

 

Initializes the line segment with the given coordinates.

 

void

MKI_LINE::Set(

 const MKI_POINT& f_rPoint1,

 const MKI_POINT& f_rPoint2 );

 

Initializes the line segment with the given points.

 

void

MKI_LINE::Set(

 const MKI_POINT& f_rPoint,

 const MKI_VECTOR& f_rVector );

 

Initializes the line segment with the given point and vector.

 

CAD6interface 2025.1 - Copyright 2025 Malz++Kassner® GmbH