Description. Aproximates points with a surface given a set of equations.
Plugin Status. Experimental
Categories. All Plugins, Experimental Plugins, Math Plugins
Table B.100. LeastSquaresPlot Properties
Label | Description | Type | Script Name |
---|---|---|---|
Output Mesh | Output mesh | k3d::mesh* | output_mesh |
Surface Material | Surface material | k3d::inode* | material |
Input Mesh | Points to approximate | k3d::mesh* | input_mesh |
Rename u v | Renames the u,v variables to suit the variables from your function. Could be x,y for example | k3d::string_t | uv_rename |
Columns | Column number | k3d::int32_t | columns |
Rows | Row number | k3d::int32_t | rows |
Width | Grid width | k3d::double_t | width |
Height | Grid height | k3d::double_t | height |
Coefficients | Output Values of the coficients | k3d::string_t | output_coefficients |