MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / set_point

Method set_point

src/geode/geometry/basic_objects/polygon.cpp:188–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186
187 template < typename PointType, index_t dimension >
188 void GenericPolygon< PointType, dimension >::set_point(
189 index_t vertex, PointType point )
190 {
191 vertices_[vertex] = point;
192 }
193
194 template < typename PointType, index_t dimension >
195 const std::vector< PointType >&

Callers 13

test_create_verticesFunction · 0.45
test_create_verticesFunction · 0.45
build_test_surfaceFunction · 0.45
build_test_solidFunction · 0.45
build_test_solidFunction · 0.45
testFunction · 0.45
add_verticesFunction · 0.45
add_verticesFunction · 0.45
test_create_verticesFunction · 0.45

Calls

no outgoing calls

Tested by 13

test_create_verticesFunction · 0.36
test_create_verticesFunction · 0.36
build_test_surfaceFunction · 0.36
build_test_solidFunction · 0.36
build_test_solidFunction · 0.36
testFunction · 0.36
add_verticesFunction · 0.36
add_verticesFunction · 0.36
test_create_verticesFunction · 0.36