|
Blender V5.0
|
#include "BLI_task.hh"#include "DNA_ID_enums.h"#include "DNA_curve_types.h"#include "BKE_curves.hh"#include "BKE_geometry_fields.hh"#include "BKE_geometry_set.hh"#include "BKE_lib_id.hh"#include "attribute_access_intern.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::bke |
Functions | |
Curve Normals Access | |
| static Array< float3 > | blender::bke::curve_normal_point_domain (const CurvesGeometry &curves) |
| VArray< float3 > | blender::bke::curve_normals_varray (const CurvesGeometry &curves, AttrDomain domain) |
Curve Length Field Input | |
| static VArray< float > | blender::bke::construct_curve_length_gvarray (const CurvesGeometry &curves, const AttrDomain domain) |