示例#1
0
 def _gl_vertices(self):
     return list(chain(self.center, *point_list(self.poly)))
示例#2
0
 def _gl_vertices(self):
     return list(chain(self.center, *point_list(self.poly)))
示例#3
0
 def vertices(self):
     return np.asarray(point_list(self.poly))
示例#4
0
 def vertices(self):
     return np.asarray(point_list(self.poly))