MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / proj_transform_clip

Function proj_transform_clip

lib/mpl_toolkits/mplot3d/proj3d.py:239–241  ·  view source on GitHub ↗
(xs, ys, zs, M)

Source from the content-addressed store, hash-verified

237
238@_api.deprecated("3.10")
239def proj_transform_clip(xs, ys, zs, M):
240 vec = _vec_pad_ones(xs, ys, zs)
241 return _proj_transform_vec_clip(vec, M, focal_length=np.inf)
242
243
244def _scale_proj_transform_clip(xs, ys, zs, axes):

Callers

nothing calls this directly

Calls 2

_vec_pad_onesFunction · 0.85
_proj_transform_vec_clipFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…