MCPcopy
hub / github.com/ManimCommunity/manim / get_points_defining_boundary

Method get_points_defining_boundary

manim/mobject/mobject.py:2181–2182  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2179 # Getters
2180
2181 def get_points_defining_boundary(self) -> Point3D_Array:
2182 return self.get_all_points()
2183
2184 def get_num_points(self) -> int:
2185 return len(self.points)

Callers 3

get_critical_pointMethod · 0.95
get_boundary_pointMethod · 0.95

Calls 1

get_all_pointsMethod · 0.95

Tested by

no test coverage detected