Visualization Library

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

vl::InterpolatorDVec4 Class Reference

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

#include <Interpolator.hpp>

Inheritance diagram for vl::InterpolatorDVec4:
vl::Interpolator vl::Object vl::CatmullRomInterpolatorDVec4 vl::LinearInterpolatorDVec4

List of all members.

Public Member Functions

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

Detailed Description

Abstract class that interpolates vl::dvec4 values.

Definition at line 94 of file Interpolator.hpp.


Member Function Documentation

virtual vl::dvec4 vl::InterpolatorDVec4::computePoint ( float  t) const [pure virtual]

Samples the interpolator at the given point.

Implemented in vl::CatmullRomInterpolatorDVec4, and vl::LinearInterpolatorDVec4.


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

Visualization Library 2011.09.1160 Reference Documentation
Copyright 2005-2011 Michele Bosi. All rights reserved.
Updated on Thu May 2 2013 13:41:10.
Permission is granted to use this page to write and publish articles regarding Visualization Library.