Please enable JavaScript to view this site.

Function that allows a point cam to be performed.

Syntax

real mv_table (real xCurr, i32 nPoints1, stru_cam stru1 [, real par=0] [, i32 nPoints2=0] [, stru_cam stru2=NULL])

xCurr

Master coordinate (abscissa)

nPoints1

Number of points of which the first cam is composed (x-y value pairs).

Must match the size of the array stru1

stru1

Array of structures of type stru_cam containing the values of the first cam (length nPoints1)

par

Mixer parameter that allows switching between the two cams. (optional, default 0)

Value

Meaning

0

Executes cam 1

0 -:- 1 (extremes not included).

Executes a weighted overlap of the two cams

1

Executes cam 2

nPoints2

Number of points of which the second cam is composed. (optional, default 0)

Must match the size of the array stru2

stru2

Array of structures of type stru_cam containing the values of the second cam (length nPoints2). (optional, default NULL)

Result

Updated value of the y-coordinate

Validity

Rule

Note


 

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC