Module: WSK::Functions

Included in:
Actions::ApplyVolumeFct, Actions::DrawFct
Defined in:
lib/WSK/Functions.rb

Defined Under Namespace

Classes: Function

Constant Summary collapse

FCTTYPE_PIECEWISE_LINEAR =

Function type piecewise linear. Here are the possible attributes used by this type: :MinValue (Rational): Minimal value of the plots of the function [optional = Minimal value of points] :MaxValue (Rational): Maximal value of the plots of the function [optional = Maximal value of points] :Points (map<Rational,Rational>): Coordinates of points indicating each linear part

0