anim
Guide
Introduction
Installation
Quick Start
Examples
Reference
API Reference
Class Hierarchy
File Hierarchy
Full API
Namespaces
Classes and Structs
Enums
Functions
Function anim::apply_aligned_handles
Function anim::apply_flat_handles
Function anim::apply_smooth_handles
Function anim::bezier_utils::create_flat_bezier_handles
Function anim::bezier_utils::create_linear_bezier_handles
Function anim::bezier_utils::evaluate_bezier_time_component
Function anim::bezier_utils::evaluate_bezier_time_derivative
Function anim::bezier_utils::evaluate_cubic_bezier
Function anim::bezier_utils::solve_t_for_time
Function anim::bezier_utils::solve_t_for_time_bisection
Function anim::constrain_handles_time
Function anim::constrain_in_handle_time
Function anim::constrain_out_handle_time
Function anim::cross_product
Function anim::distance
Function anim::dot_product
Function anim::ensure_handle_time_boundary
Function anim::ensure_linear_handles_time_boundary
Function anim::invert
Function anim::length
Function anim::length_squared
Function anim::midpoint
Function anim::nearly_equal
Function anim::normalize
Function anim::reflect
Function anim::rotate
Function anim::sample_times
Function anim::sample_times_by_rate
Function anim::scale
Function anim::translate
Function anim::vector
Typedefs
anim
API Reference
Function anim::bezier_utils::evaluate_bezier_time_derivative
View page source
Function anim::bezier_utils::evaluate_bezier_time_derivative
Function Documentation
double
anim
::
bezier_utils
::
evaluate_bezier_time_derivative
(
const
Point
&
P0
,
const
Point
&
P1
,
const
Point
&
P2
,
const
Point
&
P3
,
double
t
)
Evaluates the derivative of the time (x) component with respect to
t
.