Functions Index :: L
| Name | Description | Package | Module | 
|---|---|---|---|
Returns the y-value of x so that the point (x,y) lies on a line defined by its slope and intercept...  | |||
Returns the y-value of x so that the point (x,y) lies on a line defined by its slope and a given point (x1,y1)...  | |||
Returns the y-value of x so that the point (x,y) lies on a line defined by two given points (x1,y1) and (x2,y2)...  | |||
Animates a clip between a start and an end frame while in parallel it overlays it on a base ...  | |||
Loads the specified library making its entire code and global data available to scripts. In coopearion with DefinePackage and DefineModule ensures that library components are loaded just once...  | --  | ||
Loads the specified module making its code and global data available to scripts. In coopearion with DefineModule ensures that the module is loaded just once...  | --  | ||
Loads the specified package making its code and global data available to scripts. In coopearion with DefinePackage ensures that the package is loaded just once...  | --  | ||
Returns the base-10 logarithm of x (ie Log10(x))...  | |||
Returns the base-base logarithm of x (ie logbase(x)). The base argument can take any allowed real value...  |