(self)
| 37 | |
| 38 | @property |
| 39 | def yaw(self) -> float: |
| 40 | return self._yaw |
| 41 | |
| 42 | def get_vertexes(self, center: np.ndarray) -> np.ndarray: |
| 43 | points = np.array([[self.length, self.width], |
nothing calls this directly
no outgoing calls
no test coverage detected