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

Method getPrevPointNumber

src/Kaneshige/CenterLine.cpp:50–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50int CLPoint::getPrevPointNumber()
51{
52 int cnt = 0;
53 for (int i = 0; i < 4; i++)
54 {
55 if (mPrevPoints[i] != nullptr)
56 {
57 cnt++;
58 }
59 }
60 return cnt;
61}
62
63int CLPoint::getNextPointNumber()
64{

Callers 5

createCLPointMethod · 0.80
GetBeforeTargetMethod · 0.80
findNextPointNoMethod · 0.80
findNextPointNoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected