View Source Rayex.Structs.Transform (Rayex v0.0.3)

Transform

Summary

Types

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