KUIML
Blue Cat's User Interface Programming Language
Kt::Curve Class Reference

Used to represent mutable curves (see CURVE element) in the scripting engine. More...

Inherits Kt::ConstCurve.

Additional Inherited Members

- Public Member Functions inherited from Kt::ConstCurve
double opCall (double x) const
 the () operator
 

Detailed Description

It is a reference type that behaves like a function double f(double x) which can be modified. // copy the value of myOtherCurve into myCurve

myCurve=myOtherCurve;