|
Blender
V2.93
|
#include "render/curves.h"#include "device/device.h"#include "render/mesh.h"#include "render/object.h"#include "render/scene.h"#include "util/util_foreach.h"#include "util/util_map.h"#include "util/util_progress.h"#include "util/util_vector.h"Go to the source code of this file.
Functions | |
| CCL_NAMESPACE_BEGIN void | curvebounds (float *lower, float *upper, float3 *p, int dim) |
| CCL_NAMESPACE_BEGIN void curvebounds | ( | float * | lower, |
| float * | upper, | ||
| float3 * | p, | ||
| int | dim | ||
| ) |
Definition at line 32 of file curves.cpp.
References max, min, sqrtf, and float3::x.
Referenced by Hair::Curve::bounds_grow().