warp.transformation#
- warp.transformation(
- p: Vector[Float, Literal[3]],
- q: Quaternion[Float],
- dtype: Float,
Kernel
Differentiable
Construct a transformation.
Use translation
pand rotationq.
- warp.transformation(
- *args: Float,
- dtype: Float,
Kernel
Differentiable
Construct a transformation.
Build a spatial transform vector from components.