RotationAxisAngle
3D rotation represented by a rotation around a given axis.
If normalization of the rotation axis fails the rotation is treated as an invalid transform, unless the angle is zero in which case it is treated as an identity.
Rerun datatype rerun-datatype
Arrow datatype arrow-datatype
Struct {
axis: FixedSizeList<3, float32>
angle: float32
}
API reference links api-reference-links
- 🌊 C++ API docs for
RotationAxisAngle
- 🐍 Python API docs for
RotationAxisAngle
- 🦀 Rust API docs for
RotationAxisAngle