Skip to content

Check possibility of NaNs before calling slerp #84

Description

@todo

flom/lib/effector.cpp

Lines 297 to 302 in 71b3859

// TODO: Check possibility of NaNs before calling slerp
auto const quat = a.quaternion().slerp(t, b.quaternion());
if (std::isnan(quat.w())) {
return a;
}


This issue was generated by todo based on a TODO comment in 71b3859 when #82 was merged. cc @MonoMotion.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions