MCPcopy Create free account
hub / github.com/OpenDriveLab/TCP / length

Method length

scenario_runner/no_rendering_mode.py:170–171  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

168
169 @staticmethod
170 def length(v):
171 return math.sqrt(v.x**2 + v.y**2 + v.z**2)
172
173 @staticmethod
174 def get_bounding_box(actor):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected