MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / GetSize

Method GetSize

src/Base/Tools3D.cpp:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150
151template<typename float_type>
152size_t Polygon3<float_type>::GetSize() const
153{
154 return points.size();
155}
156
157template<typename float_type>
158void Polygon3<float_type>::Add(const Vector3<float_type>& pnt)

Callers 5

CreateHBITMAPFunction · 0.45
ForwardEliminateMethod · 0.45
SolveBandedMethod · 0.45
InvertMethod · 0.45
TESTFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected