Class QuaternionInterpolationOrientationServer

java.lang.Object
gaiasky.data.orientation.QuaternionInterpolationOrientationServer
All Implemented Interfaces:
OrientationServer
Direct Known Subclasses:
QuaternionNlerpOrientationServer, QuaternionSlerpOrientationServer

public abstract class QuaternionInterpolationOrientationServer extends Object implements OrientationServer
Abstract orientation server that reads a list of times and quaternions from a file, and interpolates them using a specific function defined in the subclass.