newton.usd.type_to_warp#

newton.usd.type_to_warp(v)[source]#

Determine the Warp type, e.g. wp.quat, wp.vec3, or wp.float32, from a USD value.

Parameters:

v (Any) – The USD value from which to infer the Warp type.

Returns:

The Warp type.

Return type:

Any