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

Method setBoundMode

source/core/StarParametricFunction.hpp:253–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251
252template <typename IndexType, typename ValueType>
253void ParametricFunction<IndexType, ValueType>::setBoundMode(BoundMode boundMode) {
254 m_boundMode = boundMode;
255}
256
257template <typename IndexType, typename ValueType>
258ValueType ParametricFunction<IndexType, ValueType>::interpolate(IndexType index) const {

Callers 2

TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36