Visualization Library v1.0.3

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Public Member Functions

vl::InterpolatorDVec2 Class Reference

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

#include <Interpolator.hpp>

Inheritance diagram for vl::InterpolatorDVec2:
vl::Interpolator vl::Object vl::CatmullRomInterpolatorDVec2 vl::LinearInterpolatorDVec2

List of all members.

Public Member Functions

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

Detailed Description

Abstract class that interpolates vl::dvec2 values.

Definition at line 110 of file Interpolator.hpp.


Member Function Documentation

virtual vl::dvec2 vl::InterpolatorDVec2::computePoint ( float  t ) const [pure virtual]

Samples the interpolator at the given point.

Implemented in vl::CatmullRomInterpolatorDVec2, and vl::LinearInterpolatorDVec2.


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

Visualization Library v1.0.3 Reference Documentation
Copyright Michele Bosi. All rights reserved.
Updated on Tue Feb 7 2017 00:55:06.
Permission is granted to use this page to write and publish articles regarding Visualization Library.