Blender  V3.3
Namespaces | Functions
length_parameterize.cc File Reference
#include "BLI_length_parameterize.hh"
#include "BLI_task.hh"

Go to the source code of this file.

Namespaces

 blender
 
 blender::length_parameterize
 

Functions

void blender::length_parameterize::sample_uniform (Span< float > accumulated_segment_lengths, bool include_last_point, MutableSpan< int > r_segment_indices, MutableSpan< float > r_factors)
 
void blender::length_parameterize::sample_at_lengths (Span< float > accumulated_segment_lengths, Span< float > sample_lengths, MutableSpan< int > r_segment_indices, MutableSpan< float > r_factors)