MCPcopy Create free account
hub / github.com/assimp/assimp / inrange

Function inrange

code/AssetLib/MS3D/MS3DLoader.cpp:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134
135// ------------------------------------------------------------------------------------------------
136template <typename T, typename T2, typename T3> bool inrange(const T& in, const T2& lower, const T3& higher)
137{
138 return in > lower && in <= higher;
139}
140
141// ------------------------------------------------------------------------------------------------
142void MS3DImporter :: CollectChildJoints(const std::vector<TempJoint>& joints,

Callers 1

InternReadFileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected