MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / SetTimes

Method SetTimes

GTE/Graphics/MorphController.cpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void MorphController::SetTimes(std::vector<float> const& times)
39{
40 LogAssert(times.size() >= mNumTimes, "Input times array is too small.");
41 std::copy(times.begin(), times.end(), mTimes.begin());
42}
43
44void MorphController::SetWeights(size_t key, std::vector<float> const& weights)
45{

Callers 1

CreateSceneMethod · 0.80

Calls 2

beginMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected