MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / Sol

Class Sol

Engine/Interpolation.cpp:633–647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

631};
632
633struct Sol
634{
635 Sol(SolTypeEnum _type,
636 double _t,
637 int _order,
638 double _deriv)
639 : type(_type), t(_t), order(_order), deriv(_deriv)
640 {
641 }
642
643 SolTypeEnum type;
644 double t;
645 int order;
646 double deriv;
647};
648
649struct Sol_less_than_t
650{

Callers 1

integrate_clampMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected