warp.volume_index_to_world_dir#

warp.volume_index_to_world_dir(
id: uint64,
uvw: vec3f,
) vec3f#
  • Kernel

  • Python

  • Differentiable

Transform a direction uvw defined in volume index space to world space given the volume’s intrinsic affine transformation.

warp.volume_index_to_world_dir(
id: uint64,
uvw: vec3d,
) vec3d
  • Kernel

  • Python

  • Differentiable

Transform a direction uvw defined in volume index space to world space, using double precision.