warp.spatial_vector#

warp.spatial_vector(
dtype: Float,
) Vector[Literal[6], Float]#
  • Kernel

  • Differentiable

Construct a 6D screw vector.

Zero-initialize the vector.

warp.spatial_vector(
w: Vector[Literal[3], Float],
v: Vector[Literal[3], Float],
dtype: Float,
) Vector[Literal[6], Float]
  • Kernel

  • Differentiable

Construct a 6D screw vector.

Use two 3D vectors.

warp.spatial_vector(
wx: Float,
wy: Float,
wz: Float,
vx: Float,
vy: Float,
vz: Float,
dtype: Float,
) Vector[Literal[6], Float]
  • Kernel

  • Differentiable

Construct a 6D screw vector.

Use six scalar values.