opensurgsim
Namespaces | Functions
PolynomialValuesTests.cpp File Reference

Tests for the Polynomial functions. More...

#include <array>
#include <gtest/gtest.h>
#include "SurgSim/Math/PolynomialValues.h"

Namespaces

 SurgSim
 Wraps glewInit() to separate the glew opengl definitions from the osg opengl definitions only imgui needs glew but we need to call glewInit() from a osg callback, using this call we avoid getting warnings about redefinitions.
 

Functions

 SurgSim::Math::TEST (PolynomialValuesTest, PolnomialDegree0Values)
 
 SurgSim::Math::TEST (PolynomialValuesTest, PolnomialDegree1Values)
 
 SurgSim::Math::TEST (PolynomialValuesTest, PolnomialDegree2Values)
 
 SurgSim::Math::TEST (PolynomialValuesTest, PolnomialDegree3Values)
 
 SurgSim::Math::TEST (PolynomialValuesTest, ValuesOverIntervalTests)
 

Detailed Description

Tests for the Polynomial functions.