Module re_sdk::transform

source ·
Expand description

Transform helpers, for use with components::Transform3D.

Structs

  • Datatype: 3D rotation represented by a rotation around a given axis.
  • Datatype: Representation of an affine transform via a 3x3 affine matrix paired with a translation.
  • Datatype: Representation of an affine transform via separate translation, rotation & scale.

Enums

  • Datatype: Angle in either radians or degrees.
  • Datatype: A 3D rotation.
  • Datatype: 3D scaling factor, part of a transform representation.
  • Datatype: Representation of a 3D affine transform.