载入中...
搜索中...
未找到
eve::ik::detail::ChainOptions< D > 模板结构体 参考

Options shared by the chain-scoped FABRIK solve used by Solver2D / Solver3D. These mirror the knobs of ik::solver plus wrapper-level pose blending. 更多...

#include <ChainSolver.h>

Public 属性

float tolerance = 1e-3f
 
unsigned max_iterations = 16
 
float force = 0.f
 
float influence = 1.f
 
bool use_pole = false
 
::ik::vec3 pole {}
 
float pole_weight = 1.f
 

详细描述

template<unsigned D>
struct eve::ik::detail::ChainOptions< D >

Options shared by the chain-scoped FABRIK solve used by Solver2D / Solver3D. These mirror the knobs of ik::solver plus wrapper-level pose blending.

在文件 ChainSolver.h18 行定义.

类成员变量说明

◆ force

◆ influence

◆ max_iterations

◆ pole

template<unsigned D>
::ik::vec3 eve::ik::detail::ChainOptions< D >::pole {}

◆ pole_weight

template<unsigned D>
float eve::ik::detail::ChainOptions< D >::pole_weight = 1.f

◆ tolerance

◆ use_pole

template<unsigned D>
bool eve::ik::detail::ChainOptions< D >::use_pole = false

该结构体的文档由以下文件生成: