View Source Exray.Structs.Transform (Exray v0.6.0)

Transform TypedStruct

Summary

Types

@type t() :: %Exray.Structs.Transform{
  rotation: Quaternion.t(),
  scale: Vector3.t(),
  translation: Vector3.t()
}