MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / setInterpolationMode

Method setInterpolationMode

source/core/StarParametricFunction.hpp:243–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241
242template <typename IndexType, typename ValueType>
243void ParametricFunction<IndexType, ValueType>::setInterpolationMode(InterpolationMode interpolationType) {
244 m_interpolationMode = interpolationType;
245}
246
247template <typename IndexType, typename ValueType>
248BoundMode ParametricFunction<IndexType, ValueType>::boundMode() const {

Callers 2

TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36