GetPoint (class MKI_QUADRATIC_BEZIER) New in Version 2024.2

www.CAD6.com

C++ Syntax

void

MKI_QUADRATIC_BEZIER::GetPoint(

 double f_dT,

 MKI_POINT_REF f_rResult ) const;

 

Calculates the coordinates of a point on the quadratic Bézier curve at the given relative position T.

 

Parameters

T

[double] Relative position on the Bézier curve, must be between 0.0 and 1.0.

Result

[MKI_POINT_REF] Address of a point to receive the calculated coordinates.

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH