Functions | |
table_sqrdist (var a, var b) | |
the ^ operator calculate the square distances between two tables. | |
table_add (var a, var b) | |
the + operator. | |
table_sub (var a, var b) | |
the - operator. | |
table_mul (var a, var b) | |
the * operator. | |
table_div (var a, var b) | |
the / operator. | |
table_minus (var a) | |
the unary - operator. | |
table_max (var a) | |
Get maximum value of a table. | |
table_min (var a) | |
Get minimum value of a table. |
|
the ^ operator calculate the square distances between two tables.
|
|
the + operator.
|
|
the - operator.
|
|
the * operator.
|
|
the / operator.
|
|
the unary - operator.
|
|
Get maximum value of a table.
|
|
Get minimum value of a table.
|
dcplaya documentation version 2.0 | Generated on November 2004 by doxygen 1.3.6 |