MCPcopy Create free account
hub / github.com/LiangliangNan/PolyFit / add_vertex

Method add_vertex

code/model/map_builder.cpp:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136void MapBuilder::add_vertex(unsigned int id, const vec3& p) {
137 transition(surface, surface) ;
138 add_vertex_internal(id, p) ;
139}
140
141void MapBuilder::add_vertex(const vec3& p) {
142 transition(surface, surface) ;

Callers 8

createVariableNodesFunction · 0.80
fillGraphByLinearConssFunction · 0.80
do_readMethod · 0.80
FOR_EACH_VERTEXFunction · 0.80
construct_bbox_meshMethod · 0.80
compute_proxy_meshMethod · 0.80
applyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected