MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / setPointSize

Method setPointSize

source/MRMesh/MRFeatureObject.cpp:175–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175void FeatureObject::setPointSize( float pointSize )
176{
177 if ( pointSize_ != pointSize )
178 {
179 pointSize_ = pointSize;
180 needRedraw_ = true;
181 }
182}
183
184void FeatureObject::setLineWidth( float lineWidth )
185{

Callers 4

mcpSceneSetObjectStateFunction · 0.45
drawAdvancedOptionsMethod · 0.45
getPointSizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected