Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ajkhoury/ReClassEx
/ CNodeVec2
Method
CNodeVec2
ReClass/CNodeVec2.cpp:4–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
#include
"CNodeVec2.h"
3
4
CNodeVec2::CNodeVec2( )
5
{
6
m_nodeType = nt_vec2;
7
for (size_t i = 0; i < m_LevelsOpen.size( ); i++)
8
m_LevelsOpen[i] = true;
9
}
10
11
void CNodeVec2::Update( const PHOTSPOT Spot )
12
{
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected