Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Triangle
Method
Triangle
generator/tesselator.hpp:24–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
int m_p[3];
23
24
Triangle(int p0, int p1, int p2)
25
{
26
m_p[0] = p0;
27
m_p[1] = p1;
28
m_p[2] = p2;
29
}
30
31
Triangle(int const * p)
32
{
Callers
1
from_pygen_triangle
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected