Blender
V3.3
|
Go to the source code of this file.
Functions | |
static CCL_NAMESPACE_BEGIN void | decasteljau_cubic (float3 *P, float3 *dt, float t, const float3 cp[4]) |
static void | decasteljau_bicubic (float3 *P, float3 *du, float3 *dv, const float3 cp[16], float u, float v) |
|
static |
Definition at line 31 of file patch.cpp.
References decasteljau_cubic(), NULL, P(), and v.
Referenced by BicubicPatch::eval().