![]() |
(C++)
1.1.0
A multi-platform, modular, universal engine for embedding advanced AI in games.
|
This is the complete list of members for grail::curves::BezierSpline< ContextType >, including all inherited members.
| BezierSpline(std::shared_ptr< utility::Evaluator< ContextType >> childEvaluator, const std::vector< Vector2 > &points, const std::vector< Vector2 > &tangents, float epsilon=0.001f) | grail::curves::BezierSpline< ContextType > | inline |
| BezierSpline(std::shared_ptr< utility::Evaluator< ContextType >> childEvaluator, std::vector< Vector2 > &&points, std::vector< Vector2 > &&tangents, float epsilon=0.001f) | grail::curves::BezierSpline< ContextType > | inline |
| Curve(std::shared_ptr< utility::Evaluator< ContextType >> childEvaluator) | grail::curves::Curve< ContextType > | inlineexplicit |
| Curve(const Curve< ContextType > &other)=default (defined in grail::curves::Curve< ContextType >) | grail::curves::Curve< ContextType > | |
| Curve(Curve< ContextType > &&other)=default (defined in grail::curves::Curve< ContextType >) | grail::curves::Curve< ContextType > | |
| DebugDump(const std::map< const void *, std::size_t > &nodeMapping, EvaluationDebugData &debugData) const override final | grail::curves::Curve< ContextType > | inlineprotectedvirtual |
| Evaluate(const ContextType &context, UtilityEvaluatorSnapshot *const snapshot) const override final | grail::curves::Curve< ContextType > | inlinevirtual |
| EvaluateContext(const ContextType &context, UtilityEvaluatorSnapshot *const snapshot) const | grail::utility::Evaluator< ContextType > | inline |
| GetEvaluatorType() const override final (defined in grail::curves::BezierSpline< ContextType >) | grail::curves::BezierSpline< ContextType > | inlinevirtual |
| GetPoints() | grail::curves::BezierSpline< ContextType > | inline |
| GetPoints() const | grail::curves::BezierSpline< ContextType > | inline |
| GetTangents() | grail::curves::BezierSpline< ContextType > | inline |
| GetTangents() const | grail::curves::BezierSpline< ContextType > | inline |
| Sample(float argument) const override final | grail::curves::BezierSpline< ContextType > | inlinevirtual |
| ~Curve()=default (defined in grail::curves::Curve< ContextType >) | grail::curves::Curve< ContextType > | virtual |