Searched refs:ElasticsCurve (Results 1 – 3 of 3) sorted by relevance
166 class ElasticsCurve final : public Curve {167 DECLARE_ACE_TYPE(ElasticsCurve, Curve);170 explicit ElasticsCurve(float tension) : tension_(tension) {} in ElasticsCurve() function171 ~ElasticsCurve() override = default;185 auto other = AceType::DynamicCast<ElasticsCurve>(curve); in IsEqual()
39 const RefPtr<ElasticsCurve> Curves::ELASTICS = AceType::MakeRefPtr<ElasticsCurve>(2.0f);
46 static const RefPtr<ElasticsCurve> ELASTICS;