Motive Animation System
An open source project by FPL.
 All Classes Functions Variables Typedefs Friends Pages
motive::QuadraticSpring::Context Struct Reference

Describe one portion of the QuadraticSpring curve. Useful for quickly evaluating the curve iteratively. More...

#include <curve_util.h>

Detailed Description

Describe one portion of the QuadraticSpring curve. Useful for quickly evaluating the curve iteratively.

Note
This struct should not be used directly. Instead, it should be passed into EvaluateWithContext, DerivativeWithContext, and SecondDerivativeWithContext.

Public Member Functions

 Context (float coeff, float peak, float peak_x, float valid_start_x, float valid_end_x)
 

Public Attributes

float coeff
 
float peak
 
float peak_x
 
Range valid_x
 

The documentation for this struct was generated from the following file: