MCPcopy 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.cppFile · 0.80
drawLineMethod · 0.80
drawPolygonMethod · 0.80

Calls 1

AddTailMethod · 0.80

Tested by

no test coverage detected