Go to the source code of this file.
|
| #define | SET_CUBIC_SPLINE_WEIGHTS(u, t) |
| |
| #define | DATA(x, y, z) (read(data, xc[x], yc[y], zc[z], width, height, depth)) |
| |
| #define | COL_TERM(col, row) |
| |
| #define | ROW_TERM(row) (w[row] * (COL_TERM(0, row) + COL_TERM(1, row) + COL_TERM(2, row) + COL_TERM(3, row))) |
| |
| #define | DATA(x, y) (read_clip(data, xc[x], yc[y], width, height)) |
| |
| #define | TERM(col) |
| |
◆ COL_TERM
Value:
ATTR_WARN_UNUSED_RESULT const BMVert * v
◆ DATA [1/2]
| #define DATA |
( |
| x, |
|
|
| y ) (read_clip(data, xc[x], yc[y], width, height)) |
◆ DATA [2/2]
| #define DATA |
( |
| x, |
|
|
| y, |
|
|
| z ) (read(data, xc[x], yc[y], zc[z], width, height, depth)) |
◆ ROW_TERM
◆ SET_CUBIC_SPLINE_WEIGHTS
| #define SET_CUBIC_SPLINE_WEIGHTS |
( |
| u, |
|
|
| t ) |
◆ TERM