MCPcopy Create free account
hub / github.com/BIMCoderLiang/LNLib / Point3

Class Point3

src/LNLib/Algorithm/Voronoi.cpp:1200–1200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1198 if (vertexLinks == 0)
1199 {
1200 vertexLinks = (struct Point3*)myalloc(4000 * sizeof(*vertexLinks));
1201 sizeOfVertexLinks = 4000;
1202 for (int i = 0; i < sizeOfVertexLinks; i++)
1203 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected