Kanzi  3.9.6
Kanzi Engine API
kanzi::CurveReparametrization::ReparametrizationSample Struct Reference

A sample point (phase, length) for mapping between curve parameter and curve length. More...

#include <kanzi/core/math/curve_reparametrization.hpp>

Public Attributes

float length
 Curve length between phases 0 and 'phase'. More...
 
float phase
 Phase (or time) coordinate of sample. More...
 

Detailed Description

A sample point (phase, length) for mapping between curve parameter and curve length.

Member Data Documentation

◆ phase

float kanzi::CurveReparametrization::ReparametrizationSample::phase

Phase (or time) coordinate of sample.

◆ length

float kanzi::CurveReparametrization::ReparametrizationSample::length

Curve length between phases 0 and 'phase'.


The documentation for this struct was generated from the following file: