Visualization Library

A lightweight C++ OpenGL middleware for 2D/3D graphics
[Home] [Tutorials] [All Classes] [Grouped Classes]

vl::InterpolatorFVec4 Class Reference

Abstract class that interpolates vl::fvec4 values. More...

#include <Interpolator.hpp>

Inheritance diagram for vl::InterpolatorFVec4:

vl::Interpolator vl::Object vl::CatmullRomInterpolatorFVec4 vl::LinearInterpolatorFVec4

List of all members.

Public Member Functions

virtual vl::fvec4 computePoint (float t) const =0
 Samples the interpolator at the given point.


Detailed Description

Abstract class that interpolates vl::fvec4 values.

Member Function Documentation

virtual vl::fvec4 vl::InterpolatorFVec4::computePoint ( float  t  )  const [pure virtual]

Samples the interpolator at the given point.

Implemented in vl::CatmullRomInterpolatorFVec4, and vl::LinearInterpolatorFVec4.


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

Visualization Library v2009.08 Reference Documentation
Copyright 2005-2009 Michele Bosi. All rights reserved.
Updated on Fri Aug 28 10:14:11 2009.
Permission is granted to use this page to write and publish articles regarding Visualization Library.