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

Float representation of a point on the spline. More...

#include <compact_spline.h>

Detailed Description

Float representation of a point on the spline.

This node represents the x, y, and derivative values of a data point. Users can pass in an array of such nodes to CompactSpline::InitFromNodes(). Useful when you want to specify a reasonably short spline in code.

Public Attributes

float x
 
float y
 
float derivative
 

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