예제 #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))