Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ AddPoint
Method
AddPoint
SRC/renderer/db.H:68–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
FACE(){}
67
68
void AddPoint(MYPOINT &_newPt)
69
// Adds a point to the end of the pointlist.
70
{
71
pointList.AddTail(_newPt);
72
}
73
74
VECTOR nrm;
75
Callers
3
Clipping.cpp
File · 0.80
drawLine
Method · 0.80
drawPolygon
Method · 0.80
Calls
1
AddTail
Method · 0.80
Tested by
no test coverage detected