|
Blender V4.3
|
#include "scene/curves.h"#include "device/device.h"#include "scene/mesh.h"#include "scene/object.h"#include "scene/scene.h"#include "util/foreach.h"#include "util/map.h"#include "util/progress.h"#include "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 20 of file scene/curves.cpp.
References max, min, sqrtf, and float3::x.
Referenced by Hair::Curve::bounds_grow(), Hair::Curve::bounds_grow(), Hair::Curve::bounds_grow(), and Hair::Curve::bounds_grow().