MCPcopy Create free account
hub / github.com/doldecomp/mkdd / getNextPointNumber

Method getNextPointNumber

src/Kaneshige/CenterLine.cpp:63–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63int CLPoint::getNextPointNumber()
64{
65 int cnt = 0;
66 for (int i = 0; i < 4; i++)
67 {
68 if (mNextPoints[i] != nullptr)
69 {
70 cnt++;
71 }
72 }
73 return cnt;
74}
75
76int CLPoint::getBrosPointNumber()
77{

Callers 7

getBrosPointNumberMethod · 0.80
getBrosPointMethod · 0.80
createCLPointMethod · 0.80
GetNextTargetMethod · 0.80
findNextPointNoMethod · 0.80
findNextPointNoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected